Searched defs:fsm_root (Results 1 – 4 of 4) sorted by relevance
195 struct fsm_root { struct196 _os_thread thread;197 struct list_head list;198 struct fsm_queue q_share_thd;199 struct fsm_queue q_alone_thd;200 struct phl_info_t *phl_info;201 u8 gbl_seq;203 _os_sema msg_ready;205 u32 status; /* refer to enum FSM_ROOT_STATUS_FLAGS */
312 void *fsm_root; member
317 void *fsm_root; member