Searched refs:osThreadSetPriority (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 62 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 69 osThreadSetPriority(id, osPriorityAboveNormal); in thread3() 76 osThreadSetPriority(id, prio); in thread3() 83 status = osThreadSetPriority(id, osPriorityDeadline); in thread3() 119 status = osThreadSetPriority(id3, osPriorityNormal); in ZTEST()
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 165 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 171 osThreadSetPriority(id, osPriorityAboveNormal); in thread3() 177 osThreadSetPriority(id, prio); in thread3() 183 status = osThreadSetPriority(id, OsPriorityInvalid); in thread3() 214 status = osThreadSetPriority(id3, osPriorityNormal); in thread_prior_common()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 200 osThreadSetPriority(id, prio); in start_threads()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_thread.c | 168 osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) in osThreadSetPriority() function
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 336 osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority);
|
D | cmsis_os2.h | 398 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority);
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 258 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority() function
|