Searched refs:mlpoll (Results 1 – 1 of 1) sorted by relevance
562 MainLoopPoll mlpoll = { in main_loop_wait() local571 mlpoll.timeout = 0; in main_loop_wait()577 notifier_list_notify(&main_loop_poll_notifiers, &mlpoll); in main_loop_wait()579 if (mlpoll.timeout == UINT32_MAX) { in main_loop_wait()582 timeout_ns = (uint64_t)mlpoll.timeout * (int64_t)(SCALE_MS); in main_loop_wait()590 mlpoll.state = ret < 0 ? MAIN_LOOP_POLL_ERR : MAIN_LOOP_POLL_OK; in main_loop_wait()591 notifier_list_notify(&main_loop_poll_notifiers, &mlpoll); in main_loop_wait()