Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/include/zephyr/kernel/
Dthread.h301 void *custom_data; member
/Zephyr-latest/kernel/
Dthread.c85 arch_current_thread()->custom_data = value; in z_impl_k_thread_custom_data_set()
98 return arch_current_thread()->custom_data; in z_impl_k_thread_custom_data_get()
579 new_thread->custom_data = NULL; in z_setup_new_thread()