Home
last modified time | relevance | path

Searched refs:uv_stop (Results 1 - 16 of 16) sorted by relevance

/third_party/libuv/test/
H A Dtest-loop-stop.c44 uv_stop(uv_default_loop()); in timer_cb()
78 uv_stop(uv_default_loop()); in TEST_IMPL()
H A Dtest-pipe-connect-multiple.c58 uv_stop(server->loop); in connection_cb()
67 uv_stop(connect_req->handle->loop); in connect_cb()
H A Dtest-loop-close.c29 uv_stop(handle->loop); in timer_cb()
H A Dtest-signal-pending-on-close.c39 uv_stop(signal->loop); in stop_loop_cb()
H A Dtest-timer.c248 uv_stop(handle->loop); in zero_timeout_cb()
260 ASSERT_EQ(1, uv_run(loop, UV_RUN_DEFAULT)); /* because of uv_stop() */ in TEST_IMPL()
/third_party/libuv/docs/code/uvstop/
H A Dmain.c11 uv_stop(uv_default_loop()); in idle_cb()
12 printf("uv_stop() called\n"); in idle_cb()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dlibuv.c67 uv_stop(&loop_uv); in foreign_event_loop_stop_libuv()
/third_party/node/src/
H A Dnode_watchdog.cc53 uv_stop(&w->loop_); in Watchdog()
98 uv_stop(&w->loop_); in Timer()
H A Denv.cc929 uv_stop(env->event_loop()); in ExitEnv()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c333 uv_stop(pt_to_priv_uv(&context->pt[tsi])->io_loop); in lws_libuv_stop_without_kill()
411 uv_stop(pt_to_priv_uv(pt)->io_loop); in elops_destroy_context2_uv()
666 uv_stop(pt_to_priv_uv(pt)->io_loop); in elops_destroy_pt_uv()
/third_party/libuv/src/
H A Duv-common.c615 void uv_stop(uv_loop_t* loop) { in uv_stop() function
/third_party/node/deps/uv/src/
H A Duv-common.c578 void uv_stop(uv_loop_t* loop) { in uv_stop() function
/third_party/libuv/include/
H A Duv.h324 UV_EXTERN void uv_stop(uv_loop_t*);
/third_party/libuv/include/uv_ndk/
H A Duv.h299 UV_EXTERN void uv_stop(uv_loop_t*);
/third_party/node/deps/uv/include/
H A Duv.h301 UV_EXTERN void uv_stop(uv_loop_t*);
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c435 uv_stop(uvwasi->loop); in uvwasi_destroy()

Completed in 25 milliseconds