Searched refs:custom_data (Results 1 – 4 of 4) sorted by relevance
46 osThreadDef_t *thread_def = (osThreadDef_t *)(thread->custom_data); in thread_abort_hook()132 tid->custom_data = (void *)thread_def; in osThreadCreate()
14 return thread_id->custom_data; in k_thread_other_custom_data_get()
301 void *custom_data; member
85 _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()