Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-signal-multiple-loops.c263 r = kill(getpid(), SIGUSR1); in TEST_IMPL()
265 r = kill(getpid(), SIGUSR2); in TEST_IMPL()
279 r = kill(getpid(), SIGUSR1); in TEST_IMPL()
281 r = kill(getpid(), SIGUSR2); in TEST_IMPL()
H A Dtest-eintr-handling.c51 ASSERT_OK(kill(getpid(), SIGUSR1)); in thread_main()
H A Drunner-unix.c337 kill(p->pid, SIGTERM); in process_wait()
428 return kill(p->pid, SIGTERM); in process_terminate()
H A Dtest-fork.c276 ASSERT_OK(kill(child_pid, SIGUSR1)); in TEST_IMPL()
336 ASSERT_OK(kill(child_pid, SIGUSR1)); in TEST_IMPL()
392 ASSERT_OK(kill(getpid(), SIGHUP)); in TEST_IMPL()
H A Dtest-list.h351 TEST_DECLARE (kill)
1026 TEST_ENTRY (kill)
H A Dtest-spawn.c1040 TEST_IMPL(kill) { in TEST_IMPL() argument
/libuv/docs/src/guide/
H A Deventloops.rst16 processed, so ``uv_stop()`` can't be used as a kill switch. When ``uv_stop()``
H A Dprocesses.rst122 libuv wraps the standard ``kill(2)`` system call on Unix and implements one
/libuv/src/unix/
H A Dprocess.c1089 if (kill(pid, signum)) { in uv_kill()
/libuv/
H A DChangeLog3325 * test,osx: fix flaky kill test (Santiago Gimeno)
6147 * windows: kill child processes when the parent dies (Bert Belder)
6168 * windows: kill child processes when the parent dies (Bert Belder)

Completed in 50 milliseconds