Home
last modified time | relevance | path

Searched refs:osThreadDef (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c96 osThreadDef(thread1, osPriorityHigh, 1, STACKSZ);
97 osThreadDef(thread2, osPriorityHigh, 1, STACKSZ);
98 osThreadDef(thread3, osPriorityNormal, 1, STACKSZ);
Dsignal.c69 osThreadDef(Thread_1, osPriorityHigh, 3, 0);
70 osThreadDef(Thread_2, osPriorityHigh, 1, 0);
182 osThreadDef(test_signal_from_isr, osPriorityHigh, 1, 0);
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-Core-3.6.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c182 osThreadDef(philosopher, osPriorityLow, 6, STACK_SIZE);
/Zephyr-Core-3.6.0/include/zephyr/portability/
Dcmsis_os.h286 #define osThreadDef(name, priority, instances, stacksz) \ macro
289 #define osThreadDef(name, priority, instances, stacksz) \ macro