Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 7 of 7) sorted by relevance

/libuv/docs/src/
H A Dsignal.rst34 `SIGTERM` and `SIGKILL.`
46 * SIGKILL and SIGSTOP are impossible to catch.
/libuv/src/unix/
H A Dprocess.c290 if (n == SIGKILL || n == SIGSTOP) in uv__process_child_init()
817 sigdelset(&signewset, SIGKILL); in uv__spawn_and_init_child_fork()
/libuv/include/uv/
H A Dwin.h95 #define SIGKILL 9 macro
/libuv/src/win/
H A Dprocess.c39 #define SIGKILL 9 macro
1287 case SIGKILL: in uv__kill()
/libuv/docs/src/guide/
H A Dprocesses.rst124 ``SIGINT`` and ``SIGKILL``, lead to termination of the process. The signature
/libuv/test/
H A Dtest-spawn.c102 ASSERT(no_term_signal || term_signal == SIGTERM || term_signal == SIGKILL); in kill_cb()
/libuv/
H A DChangeLog2669 * zos,test: accept SIGKILL for flaky test (jBarz)

Completed in 31 milliseconds