Searched refs:osThreadDef (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 96 osThreadDef(thread1, osPriorityHigh, 1, STACKSZ); 97 osThreadDef(thread2, osPriorityHigh, 1, STACKSZ); 98 osThreadDef(thread3, osPriorityNormal, 1, STACKSZ);
|
D | signal.c | 69 osThreadDef(Thread_1, osPriorityHigh, 3, 0); 70 osThreadDef(Thread_2, osPriorityHigh, 1, 0); 182 osThreadDef(test_signal_from_isr, osPriorityHigh, 1, 0);
|
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-Core-3.6.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 182 osThreadDef(philosopher, osPriorityLow, 6, STACK_SIZE);
|
/Zephyr-Core-3.6.0/include/zephyr/portability/ |
D | cmsis_os.h | 286 #define osThreadDef(name, priority, instances, stacksz) \ macro 289 #define osThreadDef(name, priority, instances, stacksz) \ macro
|