Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A Dtcl840.patch15 - ExpBlockModeProc, /* Set blocking/nonblocking mode.*/
24 + ExpBlockModeProc, /* Set blocking/nonblocking mode.*/
/openbmc/qemu/include/qemu/
H A Dmain-loop.h60 * If @nonblocking is true, poll for events, otherwise suspend until
90 * @nonblocking: Whether the caller should block until an event occurs.
92 void main_loop_wait(int nonblocking);
/openbmc/qemu/util/
H A Dmain-loop.c563 void main_loop_wait(int nonblocking) in main_loop_wait()
573 if (nonblocking) { in main_loop_wait()
560 main_loop_wait(int nonblocking) main_loop_wait() argument