Home
last modified time | relevance | path

Searched refs:osPriorityNormal (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c98 osThreadDef(thread3, osPriorityNormal, 1, STACKSZ);
119 status = osThreadSetPriority(id3, osPriorityNormal); in ZTEST()
Dthread_instance.c24 osThreadDef(thread_inst_check, osPriorityNormal, 3, STACKSZ);
Dsemaphore.c48 osThreadDef(thread_sema, osPriorityNormal, 1, 0);
Dmsgq.c108 osThreadDef(send_msg_thread, osPriorityNormal, 1, 0);
Dmutex.c123 osThreadDef(tThread_entry_lock_timeout, osPriorityNormal, 1, 0);
Dmailq.c167 osThreadDef(send_thread, osPriorityNormal, 1, 0);
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c153 .priority = osPriorityNormal,
214 status = osThreadSetPriority(id3, osPriorityNormal); in thread_prior_common()
378 .priority = osPriorityNormal,
401 .priority = osPriorityNormal,
430 .priority = osPriorityNormal,
Dsemaphore.c53 .priority = osPriorityNormal,
Dmutex.c144 .priority = osPriorityNormal,
Dmsgq.c131 .priority = osPriorityNormal,
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c187 return osPriorityNormal; in new_prio()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c210 return osPriorityNormal; in new_prio()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c23 .priority = osPriorityNormal,
120 cv2_prio = osPriorityNormal; in osThreadNew()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h86 osPriorityNormal = 0, ///< priority: normal (default) enumerator
Dcmsis_os2.h120 osPriorityNormal = 24, /* /< Priority: normal */ enumerator