Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Dwrapper.h16 struct cv2_thread { struct
17 sys_dnode_t node;
18 struct k_thread z_thread;
19 struct k_poll_signal poll_signal;
20 struct k_poll_event poll_event;
21 uint32_t signal_results;
22 char name[16];
23 uint32_t attr_bits;
24 struct k_sem join_guard;
25 char has_joined;