Home
last modified time | relevance | path

Searched refs:mlpoll (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dmain-loop.c565 MainLoopPoll mlpoll = { in main_loop_wait()
574 mlpoll.timeout = 0; in main_loop_wait()
580 notifier_list_notify(&main_loop_poll_notifiers, &mlpoll); in main_loop_wait()
582 if (mlpoll.timeout == UINT32_MAX) { in main_loop_wait()
585 timeout_ns = (uint64_t)mlpoll.timeout * (int64_t)(SCALE_MS); in main_loop_wait()
593 mlpoll.state = ret < 0 ? MAIN_LOOP_POLL_ERR : MAIN_LOOP_POLL_OK; in main_loop_wait()
594 notifier_list_notify(&main_loop_poll_notifiers, &mlpoll); in main_loop_wait()
562 MainLoopPoll mlpoll = { main_loop_wait() local