Home
last modified time | relevance | path

Searched refs:uv_sleep (Results 1 – 25 of 27) sorted by relevance

12

/libuv/docs/code/thread-create/
H A Dmain.c9 uv_sleep(1000); in hare()
20 uv_sleep(3000); in tortoise()
/libuv/test/
H A Dtest-barrier.c42 uv_sleep(c->delay); in worker()
59 uv_sleep(100); in TEST_IMPL()
125 uv_sleep(100); /* Wait a bit before terminating. */ in serial_worker()
H A Dtest-semaphore.c40 uv_sleep(c->delay); in worker()
60 uv_sleep(100); in TEST_IMPL()
H A Dtest-hrtime.c39 uv_sleep(45); in TEST_IMPL()
H A Dtest-embed.c38 uv_sleep(250); in thread_main()
H A Dtest-process-title-threadsafe.c64 uv_sleep(0); in getter_thread_body()
H A Dtest-async.c67 uv_sleep(0); in thread_cb()
H A Dbenchmark-async-pummel.c46 uv_sleep(0); in async_cb()
H A Dtest-poll-close-doesnt-corrupt-stack.c64 uv_sleep(VERIFY_AFTER); in close_socket_and_verify_stack()
H A Dtest-pipe-set-non-blocking.c42 uv_sleep(100); /* make sure we are forcing the writer to block a bit */ in thread_main()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c155 uv_sleep(100); in ipc_helper_heavy_traffic_deadlock_bug()
H A Dtest-timer.c418 uv_sleep(timeout_ms * 2); in TEST_IMPL()
435 uv_sleep(timeout_ms * 2); in TEST_IMPL()
H A Drun-tests.c158 for (;;) uv_sleep(10000); in maybe_run_test()
H A Dtest-poll-oob.c56 uv_sleep(100); in idle_cb()
H A Dtest-tcp-reuseport.c205 uv_sleep(100); in TEST_IMPL()
H A Dtest-fs-event.c700 uv_sleep(1100); in TEST_IMPL()
766 uv_sleep(1100); in TEST_IMPL()
1001 uv_sleep(1100); in TEST_IMPL()
H A Drunner-win.c85 uv_sleep(250); in process_start()
H A Dtest-udp-reuseport.c242 uv_sleep(100); in TEST_IMPL()
H A Drunner.c273 uv_sleep(1000); in run_test()
H A Dtest-metrics.c369 uv_sleep(100); in TEST_IMPL()
H A Dtest-ipc-send-recv.c181 uv_sleep(1000); in run_test()
H A Dtest-threadpool-cancel.c396 uv_sleep(10); in busy_cb()
/libuv/src/win/
H A Dutil.c1701 void uv_sleep(unsigned int msec) { in uv_sleep() function
/libuv/src/unix/
H A Dcore.c1792 void uv_sleep(unsigned int msec) { in uv_sleep() function
/libuv/include/
H A Duv.h1816 UV_EXTERN void uv_sleep(unsigned int msec);

Completed in 68 milliseconds

12