Searched refs:osPriorityNormal (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 98 osThreadDef(thread3, osPriorityNormal, 1, STACKSZ); 119 status = osThreadSetPriority(id3, osPriorityNormal); in ZTEST()
|
D | thread_instance.c | 24 osThreadDef(thread_inst_check, osPriorityNormal, 3, STACKSZ);
|
D | semaphore.c | 48 osThreadDef(thread_sema, osPriorityNormal, 1, 0);
|
D | msgq.c | 108 osThreadDef(send_msg_thread, osPriorityNormal, 1, 0);
|
D | mutex.c | 123 osThreadDef(tThread_entry_lock_timeout, osPriorityNormal, 1, 0);
|
D | mailq.c | 167 osThreadDef(send_thread, osPriorityNormal, 1, 0);
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 153 .priority = osPriorityNormal, 214 status = osThreadSetPriority(id3, osPriorityNormal); in thread_prior_common() 378 .priority = osPriorityNormal, 401 .priority = osPriorityNormal, 430 .priority = osPriorityNormal,
|
D | semaphore.c | 53 .priority = osPriorityNormal,
|
D | mutex.c | 144 .priority = osPriorityNormal,
|
D | msgq.c | 131 .priority = osPriorityNormal,
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 187 return osPriorityNormal; in new_prio()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | main.c | 210 return osPriorityNormal; in new_prio()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 23 .priority = osPriorityNormal, 120 cv2_prio = osPriorityNormal; in osThreadNew()
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 86 osPriorityNormal = 0, ///< priority: normal (default) enumerator
|
D | cmsis_os2.h | 120 osPriorityNormal = 24, /* /< Priority: normal */ enumerator
|