Searched refs:cmsis_rtos_thread_cb (Results 1 – 4 of 4) sorted by relevance
32 static struct cmsis_rtos_thread_cb cmsis_rtos_thread_cb_pool[CONFIG_CMSIS_V2_THREAD_MAX_COUNT];68 struct cmsis_rtos_thread_cb *itr; in is_cmsis_rtos_v2_thread()71 itr = CONTAINER_OF(pnode, struct cmsis_rtos_thread_cb, node); in is_cmsis_rtos_v2_thread()84 struct cmsis_rtos_thread_cb *itr; in get_cmsis_thread_id()88 itr = CONTAINER_OF(pnode, struct cmsis_rtos_thread_cb, node); in get_cmsis_thread_id()106 struct cmsis_rtos_thread_cb *tid; in osThreadNew()157 tid = (struct cmsis_rtos_thread_cb *)attr->cb_mem; in osThreadNew()219 struct cmsis_rtos_thread_cb *tid = (struct cmsis_rtos_thread_cb *)thread_id; in osThreadGetName()243 struct cmsis_rtos_thread_cb *tid = (struct cmsis_rtos_thread_cb *)thread_id; in osThreadGetPriority()260 struct cmsis_rtos_thread_cb *tid = (struct cmsis_rtos_thread_cb *)thread_id; in osThreadSetPriority()[all …]
19 struct cmsis_rtos_thread_cb *tid = (struct cmsis_rtos_thread_cb *)thread_id; in osThreadFlagsSet()40 struct cmsis_rtos_thread_cb *tid; in osThreadFlagsGet()46 tid = (struct cmsis_rtos_thread_cb *)osThreadGetId(); in osThreadFlagsGet()59 struct cmsis_rtos_thread_cb *tid; in osThreadFlagsClear()70 tid = (struct cmsis_rtos_thread_cb *)osThreadGetId(); in osThreadFlagsClear()89 struct cmsis_rtos_thread_cb *tid; in osThreadFlagsWait()103 tid = (struct cmsis_rtos_thread_cb *)osThreadGetId(); in osThreadFlagsWait()
23 struct cmsis_rtos_thread_cb { struct
371 static struct cmsis_rtos_thread_cb test_cb7;393 static struct cmsis_rtos_thread_cb test_cb8;422 static struct cmsis_rtos_thread_cb test_cb9;