Home
last modified time | relevance | path

Searched refs:osThreadDef_t (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_signal.c29 osThreadDef_t *thread_def = in osSignalSet()
30 (osThreadDef_t *)k_thread_other_custom_data_get( in osSignalSet()
55 osThreadDef_t *thread_def = in osSignalClear()
56 (osThreadDef_t *)k_thread_other_custom_data_get( in osSignalClear()
89 osThreadDef_t *thread_def = k_thread_custom_data_get(); in osSignalWait()
Dcmsis_thread.c44 osThreadDef_t *thread_def = (osThreadDef_t *)(thread->custom_data); in z_thread_cmsis_status_mask_clear()
57 osThreadId osThreadCreate(const osThreadDef_t *thread_def, void *arg) in osThreadCreate()
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h178 } osThreadDef_t; typedef
287 extern const osThreadDef_t os_thread_def_##name
295 static osThreadDef_t os_thread_def_##name = \
313 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);