Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-poll.c212 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
236 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
260 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
279 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
283 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
287 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
H A Dtest-idle.c114 ASSERT_EQ(1, uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
120 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-run-once.c43 while (uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-timer.c337 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
341 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
345 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
419 ASSERT_EQ(1, uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-embed.c60 ASSERT_LE(0, uv_run(loop, UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-timer-from-check.c77 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-watcher-cross-stop.c98 uv_run(loop, UV_RUN_ONCE); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c109 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-fork.c291 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
343 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
405 uv_run(&loop, UV_RUN_ONCE); in TEST_IMPL()
H A Dtest-spawn.c1778 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
1794 if (1 == uv_run(uv_default_loop(), UV_RUN_ONCE)) in TEST_IMPL()
1796 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
H A Dtest-fs-event.c981 uv_run(loop, UV_RUN_ONCE); in TEST_IMPL()
/libuv/src/win/
H A Dcore.c645 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
674 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
/libuv/docs/src/
H A Dloop.rst27 UV_RUN_ONCE,
108 - UV_RUN_ONCE: Poll for i/o once. Note that this function blocks if
H A Ddesign.rst109 #. Iteration ends. If the loop was run with ``UV_RUN_NOWAIT`` or ``UV_RUN_ONCE`` modes the
/libuv/src/unix/
H A Dcore.c443 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
469 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
/libuv/docs/src/guide/
H A Dprocesses.rst155 ``uv_run(loop, UV_RUN_NOWAIT)`` is similar to ``uv_run(loop, UV_RUN_ONCE)``
156 in that it will process only one event. UV_RUN_ONCE blocks if there are no
/libuv/include/
H A Duv.h268 UV_RUN_ONCE, enumerator
/libuv/
H A DChangeLog599 * unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang (Ben Noordhuis)
4415 * unix, windows: fix UV_RUN_ONCE mode if progress was made (Saúl Ibarra

Completed in 88 milliseconds