Home
last modified time | relevance | path

Searched refs:uv_process_kill (Results 1 – 10 of 10) sorted by relevance

/third_party/libuv/test/
Dtest-spawn.c174 uv_process_kill(&process, SIGTERM); in timer_cb()
936 r = uv_process_kill(&process, 0); in TEST_IMPL()
983 r = uv_process_kill(&process, 0); in TEST_IMPL()
1629 ASSERT(0 == uv_process_kill(&process, SIGTERM)); in TEST_IMPL()
Dtest-ref.c426 r = uv_process_kill(&h, /* SIGTERM */ 15); in TEST_IMPL()
/third_party/node/src/
Dspawn_sync.cc610 int r = uv_process_kill(&uv_process_, kill_signal_); in Kill()
620 USE(uv_process_kill(&uv_process_, SIGKILL)); in Kill()
Dprocess_wrap.cc292 int err = uv_process_kill(&wrap->process_, signal); in Kill()
/third_party/libuv/docs/src/
Dprocess.rst265 .. c:function:: int uv_process_kill(uv_process_t* handle, int signum)
/third_party/libuv/src/unix/
Dprocess.c1063 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill() function
/third_party/libuv/src/win/
Dprocess.c1240 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill() function
/third_party/libuv/docs/src/guide/
Dprocesses.rst127 For processes started using libuv, you may use ``uv_process_kill`` instead,
/third_party/libuv/include/
Duv.h1082 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);
/third_party/libuv/include/uv_ndk/
Duv.h1068 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);