Searched refs:custom_data (Results 1 – 4 of 4) sorted by relevance
44 osThreadDef_t *thread_def = (osThreadDef_t *)(thread->custom_data); in z_thread_cmsis_status_mask_clear()120 tid->custom_data = (void *)thread_def; in osThreadCreate()
14 return thread_id->custom_data; in k_thread_other_custom_data_get()
292 void *custom_data; member
177 _current->custom_data = value; in z_impl_k_thread_custom_data_set()190 return _current->custom_data; in z_impl_k_thread_custom_data_get()631 new_thread->custom_data = NULL; in z_setup_new_thread()