mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 16:32:14 +08:00
add RT_THREAD_CTRL_SET_PRIORITY
This commit is contained in:
@@ -643,7 +643,7 @@ enum
|
||||
#define RT_THREAD_CTRL_CHANGE_PRIORITY 0x02 /**< Change thread priority. */
|
||||
#define RT_THREAD_CTRL_INFO 0x03 /**< Get thread information. */
|
||||
#define RT_THREAD_CTRL_BIND_CPU 0x04 /**< Set thread bind cpu. */
|
||||
#define RT_THREAD_CTRL_SET_PRIORITY 0x05 /**< Set thread priority. */
|
||||
#define RT_THREAD_CTRL_RESET_PRIORITY 0x05 /**< Reset thread priority. */
|
||||
|
||||
/**
|
||||
* CPU usage statistics data
|
||||
|
Reference in New Issue
Block a user