Home
last modified time | relevance | path

Searched defs:thread_def (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_signal.c29 osThreadDef_t *thread_def = in osSignalSet() local
55 osThreadDef_t *thread_def = in osSignalClear() local
89 osThreadDef_t *thread_def = k_thread_custom_data_get(); in osSignalWait() local
Dcmsis_thread.c44 osThreadDef_t *thread_def = (osThreadDef_t *)(thread->custom_data); in z_thread_cmsis_status_mask_clear() local
57 osThreadId osThreadCreate(const osThreadDef_t *thread_def, void *arg) in osThreadCreate()