/third_party/libuv/test/ |
H A D | test-fs-poll.c | 212 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 D | test-idle.c | 114 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 D | test-timer.c | 337 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 D | test-run-once.c | 43 while (uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
|
H A D | test-timer-from-check.c | 77 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
|
H A D | test-embed.c | 60 ASSERT_LE(0, uv_run(loop, UV_RUN_ONCE)); in TEST_IMPL()
|
H A D | test-fork.c | 291 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 D | test-watcher-cross-stop.c | 98 uv_run(loop, UV_RUN_ONCE); in TEST_IMPL()
|
H A D | test-pipe-set-non-blocking.c | 109 ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE)); in TEST_IMPL()
|
H A D | test-spawn.c | 1778 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 D | test-fs-event.c | 980 uv_run(loop, UV_RUN_ONCE); in TEST_IMPL()
|
/third_party/node/deps/uvwasi/src/ |
H A D | sync_helpers.c | 23 if (uv_run(handle_loop, UV_RUN_ONCE) == 0) { in free_handle_sync() 50 if (uv_run(stream_loop, UV_RUN_ONCE) == 0) { in shutdown_stream_sync() 89 if (uv_run(recv_loop, UV_RUN_ONCE) == 0) { in read_stream_sync()
|
/third_party/node/deps/uv/src/win/ |
H A D | core.c | 612 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run() 635 if (mode == UV_RUN_ONCE) { in uv_run() 636 /* UV_RUN_ONCE implies forward progress: at least one callback must have in uv_run() 649 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
|
/third_party/libuv/src/win/ |
H A D | core.c | 647 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run() 676 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 354 uv_run(&loop, UV_RUN_ONCE); in main()
|
/third_party/node/src/api/ |
H A D | embed_helpers.cc | 159 uv_run(&impl_->loop, UV_RUN_ONCE); in ~CommonEnvironmentSetup()
|
/third_party/node/test/cctest/ |
H A D | node_test_fixture.h | 97 uv_run(¤t_loop, UV_RUN_ONCE); in TearDownTestCase()
|
H A D | test_inspector_socket_server.cc | 31 uv_run(&loop, UV_RUN_ONCE); \
|
/third_party/node/src/tracing/ |
H A D | agent.cc | 82 uv_run(&tracing_loop_, UV_RUN_ONCE); in ~Agent()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 403 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run() 423 if (mode == UV_RUN_ONCE) { in uv_run() 424 /* UV_RUN_ONCE implies forward progress: at least one callback must have in uv_run() 437 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 457 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run() 479 if (mode == UV_RUN_ONCE) { in uv_run() 480 /* UV_RUN_ONCE implies forward progress: at least one callback must have in uv_run() 493 if (mode == UV_RUN_ONCE || mode == UV_RUN_NOWAIT) in uv_run()
|
/third_party/node/src/ |
H A D | node_worker.cc | 221 uv_run(&loop_, UV_RUN_ONCE); in ~WorkerThreadData()
|
H A D | env.cc | 980 uv_run(event_loop(), UV_RUN_ONCE); in CleanupHandles() local
|
/third_party/libuv/include/ |
H A D | uv.h | 281 UV_RUN_ONCE, enumerator
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 260 UV_RUN_ONCE, enumerator
|