Searched defs:k_poll_event (Results 1 – 1 of 1) sorted by relevance
91 struct k_poll_event { struct92 sys_dnode_t _node;93 struct _poller *poller;94 uint32_t tag : 8;95 uint32_t type :97 uint32_t state :99 uint32_t mode : 1;100 uint32_t unused :102 union {
Completed in 4 milliseconds