Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dcore.c286 loop->stop_flag = 0; in uv_loop_init()
415 if (loop->stop_flag == 0 && in uv_backend_timeout()
601 while (r != 0 && loop->stop_flag == 0) { in uv_run()
656 if (loop->stop_flag != 0) in uv_run()
657 loop->stop_flag = 0; in uv_run()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Deventloops.rst28 ``stop_flag`` is set by ``uv_stop()``. Now all libuv callbacks are invoked
32 callbacks. If you were to call ``uv_stop()`` in any of them, ``stop_flag``
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dcore.c358 if (loop->stop_flag == 0 && in uv__backend_timeout()
391 while (r != 0 && loop->stop_flag == 0) { in uv_run()
444 if (loop->stop_flag != 0) in uv_run()
445 loop->stop_flag = 0; in uv_run()
H A Dloop.c75 loop->stop_flag = 0; in uv_loop_init()
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.c579 loop->stop_flag = 1; in uv_stop()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1819 unsigned int stop_flag; member