Searched refs:K_POLL_STATE_NOT_READY (Results 1 – 6 of 6) sorted by relevance
38 events[0].state = K_POLL_STATE_NOT_READY; in scheduler_loop()
47 event->state = K_POLL_STATE_NOT_READY; in k_poll_event_init()
61 handle_poll_events(queue, K_POLL_STATE_NOT_READY); in k_queue_cancel_wait()
117 #define K_POLL_STATE_NOT_READY 0 macro138 .type = event_type, .tag = event_tag, .state = K_POLL_STATE_NOT_READY, \
1705 case K_POLL_STATE_NOT_READY: in process_events()1778 events[0].state = K_POLL_STATE_NOT_READY; in hci_tx_thread()
5886 case K_POLL_STATE_NOT_READY: in process_events()6049 case K_POLL_STATE_NOT_READY: in process_events()
Completed in 24 milliseconds