Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
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()
252 uv_signal_stop(handle); in uv__process_signal_req()
263 uv_signal_stop(handle); in uv__signal_close()
/third_party/libwebsockets/lwsws/
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/
Dtest-signal-multiple-loops.c71 uv_signal_stop(handle); in signal1_cb()
78 uv_signal_stop(handle); in signal2_cb()
Dtest-eintr-handling.c61 uv_signal_stop(handle); in sig_func()
Dtest-signal.c106 uv_signal_stop(handle); in signal_cb()
Dtest-fs.c3502 uv_signal_stop(handle); in sig_func()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dlibuv.c77 uv_signal_stop(&sighandler_uv); in foreign_event_loop_cleanup_libuv()
/third_party/libuv/docs/code/signal/
Dmain.c18 uv_signal_stop(handle); in signal_handler()
/third_party/libuv/docs/code/queue-cancel/
Dmain.c40 uv_signal_stop(req); in signal_handler()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dminimal-ws-server.c127 uv_signal_stop(watcher); in signal_cb()
/third_party/node/src/
Dsignal_wrap.cc143 int err = uv_signal_stop(&wrap->handle_); in Stop()
/third_party/libuv/docs/src/
Dsignal.rst97 .. c:function:: int uv_signal_stop(uv_signal_t* signal)
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c675 uv_signal_stop(&pt_to_priv_uv(pt)->w_sigint.watcher); in elops_destroy_pt_uv()
683 uv_signal_stop(&pt_to_priv_uv(pt)->signals[m]); in elops_destroy_pt_uv()
/third_party/libuv/src/unix/
Dsignal.c513 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() function
Dprocess.c1080 uv_signal_stop(&handle->loop->child_watcher); in uv__process_close()
/third_party/libuv/docs/src/guide/
Dprocesses.rst141 ``uv_signal_start()`` overwriting earlier associations. Use ``uv_signal_stop()`` to
/third_party/libuv/include/uv_ndk/
Duv.h1590 UV_EXTERN int uv_signal_stop(uv_signal_t* handle);
/third_party/libuv/include/
Duv.h1613 UV_EXTERN int uv_signal_stop(uv_signal_t* handle);