Home
last modified time | relevance | path

Searched refs:cv2_thread (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c28 static struct cv2_thread cv2_thread_pool[CONFIG_CMSIS_V2_THREAD_MAX_COUNT];
57 struct cv2_thread *tid = arg2; in zephyr_thread_wrapper()
69 struct cv2_thread *itr; in is_cmsis_rtos_v2_thread()
72 itr = CONTAINER_OF(pnode, struct cv2_thread, node); in is_cmsis_rtos_v2_thread()
85 struct cv2_thread *itr; in get_cmsis_thread_id()
89 itr = CONTAINER_OF(pnode, struct cv2_thread, node); in get_cmsis_thread_id()
108 struct cv2_thread *tid; in osThreadNew()
230 struct cv2_thread *tid = in osThreadGetName()
231 (struct cv2_thread *)thread_id; in osThreadGetName()
255 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetPriority()
[all …]
Dthread_flags.c18 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadFlagsSet()
39 struct cv2_thread *tid; in osThreadFlagsGet()
45 tid = (struct cv2_thread *)osThreadGetId(); in osThreadFlagsGet()
58 struct cv2_thread *tid; in osThreadFlagsClear()
69 tid = (struct cv2_thread *)osThreadGetId(); in osThreadFlagsClear()
88 struct cv2_thread *tid; in osThreadFlagsWait()
102 tid = (struct cv2_thread *)osThreadGetId(); in osThreadFlagsWait()
Dwrapper.h20 struct cv2_thread { struct