Searched refs:uv_process_kill (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-spawn.c | 174 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()
|
D | test-ref.c | 426 r = uv_process_kill(&h, /* SIGTERM */ 15); in TEST_IMPL()
|
/third_party/node/src/ |
D | spawn_sync.cc | 610 int r = uv_process_kill(&uv_process_, kill_signal_); in Kill() 620 USE(uv_process_kill(&uv_process_, SIGKILL)); in Kill()
|
D | process_wrap.cc | 292 int err = uv_process_kill(&wrap->process_, signal); in Kill()
|
/third_party/libuv/docs/src/ |
D | process.rst | 265 .. c:function:: int uv_process_kill(uv_process_t* handle, int signum)
|
/third_party/libuv/src/unix/ |
D | process.c | 1063 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill() function
|
/third_party/libuv/src/win/ |
D | process.c | 1240 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill() function
|
/third_party/libuv/docs/src/guide/ |
D | processes.rst | 127 For processes started using libuv, you may use ``uv_process_kill`` instead,
|
/third_party/libuv/include/ |
D | uv.h | 1082 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1068 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);
|