Home
last modified time | relevance | path

Searched refs:custom_data (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c46 osThreadDef_t *thread_def = (osThreadDef_t *)(thread->custom_data); in thread_abort_hook()
132 tid->custom_data = (void *)thread_def; in osThreadCreate()
Dcmsis_signal.c14 return thread_id->custom_data; in k_thread_other_custom_data_get()
/Zephyr-Core-3.7.0/include/zephyr/kernel/
Dthread.h301 void *custom_data; member
/Zephyr-Core-3.7.0/kernel/
Dthread.c85 _current->custom_data = value; in z_impl_k_thread_custom_data_set()
98 return _current->custom_data; in z_impl_k_thread_custom_data_get()
588 new_thread->custom_data = NULL; in z_setup_new_thread()