Searched refs:SIGKILL (Results 1 – 7 of 7) sorted by relevance
34 `SIGTERM` and `SIGKILL.`46 * SIGKILL and SIGSTOP are impossible to catch.
290 if (n == SIGKILL || n == SIGSTOP) in uv__process_child_init()817 sigdelset(&signewset, SIGKILL); in uv__spawn_and_init_child_fork()
87 #define SIGKILL 9 macro
39 #define SIGKILL 9 macro1287 case SIGKILL: in uv__kill()
124 ``SIGINT`` and ``SIGKILL``, lead to termination of the process. The signature
102 ASSERT(no_term_signal || term_signal == SIGTERM || term_signal == SIGKILL); in kill_cb()
2920 * zos,test: accept SIGKILL for flaky test (jBarz)
Completed in 32 milliseconds