Home
last modified time | relevance | path

Searched refs:uv_signal_stop (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/src/win/
H A Dsignal.c160 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() function
212 int r = uv_signal_stop(handle); in uv__signal_start()
213 /* uv_signal_stop is infallible. */ in uv__signal_start()
252 uv_signal_stop(handle); in uv__process_signal_req()
263 uv_signal_stop(handle); in uv__signal_close()
/third_party/node/deps/uv/src/win/
H A Dsignal.c160 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() function
212 int r = uv_signal_stop(handle); in uv__signal_start()
213 /* uv_signal_stop is infallible. */ in uv__signal_start()
252 uv_signal_stop(handle); in uv__process_signal_req()
263 uv_signal_stop(handle); in uv__signal_close()
/third_party/libwebsockets/lwsws/
H A Dmain.c117 uv_signal_stop(watcher); in signal_cb()
118 uv_signal_stop(&signal_outer[1]); in signal_cb()
343 uv_signal_stop(&signal_outer[n]); in main()
/third_party/libuv/test/
H A Dtest-signal-multiple-loops.c71 uv_signal_stop(handle); in signal1_cb()
78 uv_signal_stop(handle); in signal2_cb()
H A Dtest-eintr-handling.c61 uv_signal_stop(handle); in sig_func()
H A Dtest-signal.c106 uv_signal_stop(handle); in signal_cb()
H A Dtest-fs.c3735 uv_signal_stop(handle); in sig_func()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dlibuv.c77 uv_signal_stop(&sighandler_uv); in foreign_event_loop_cleanup_libuv()
/third_party/libuv/docs/code/queue-cancel/
H A Dmain.c40 uv_signal_stop(req); in signal_handler()
/third_party/libuv/docs/code/signal/
H A Dmain.c18 uv_signal_stop(handle); in signal_handler()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dminimal-ws-server.c127 uv_signal_stop(watcher); in signal_cb()
/third_party/node/src/
H A Dsignal_wrap.cc152 int err = uv_signal_stop(&wrap->handle_); in Stop()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c676 uv_signal_stop(&pt_to_priv_uv(pt)->w_sigint.watcher); in elops_destroy_pt_uv()
684 uv_signal_stop(&pt_to_priv_uv(pt)->signals[m]); in elops_destroy_pt_uv()
/third_party/node/deps/uv/src/unix/
H A Dsignal.c513 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() function
H A Dprocess.c1084 uv_signal_stop(&handle->loop->child_watcher); in uv__process_close()
/third_party/libuv/src/unix/
H A Dsignal.c555 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() function
H A Dprocess.c1111 uv_signal_stop(&handle->loop->child_watcher); in uv__process_close()
/third_party/libuv/include/
H A Duv.h1725 UV_EXTERN int uv_signal_stop(uv_signal_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h1590 UV_EXTERN int uv_signal_stop(uv_signal_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h1613 UV_EXTERN int uv_signal_stop(uv_signal_t* handle);

Completed in 23 milliseconds