OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGKILL
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sig10.c
28
signal (
SIGKILL
, SIG_IGN);
30
kill (getpid (),
SIGKILL
);
/src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sig10.c
28
signal (
SIGKILL
, SIG_IGN);
30
kill (getpid (),
SIGKILL
);
/src/external/bsd/kyua-cli/dist/integration/helpers/
bogus_test_cases.cpp
42
::kill(::getpid(),
SIGKILL
);
expect_some_fail.cpp
71
::kill(::getpid(),
SIGKILL
);
/src/tests/lib/libc/sys/
t_ptrace_kill_wait.h
61
} else if (strcmp(type, "kill(
SIGKILL
)") == 0) {
62
kill(child,
SIGKILL
);
63
} else if (strcmp(type, "killpg(
SIGKILL
)") == 0) {
65
killpg(getpgid(child),
SIGKILL
);
71
validate_status_signaled(status,
SIGKILL
, 0);
91
// PT_CONTINUE with
SIGKILL
is covered by traceme_sendsignal_simple1
93
PTRACE_KILL(kill2, "kill(
SIGKILL
)")
94
PTRACE_KILL(kill3, "killpg(
SIGKILL
)")
t_fork.c
146
* the
SIGKILL
signal to it.
173
rv = kill(child,
SIGKILL
);
204
case
SIGKILL
:
236
ATF_REQUIRE_EQ(WTERMSIG(status),
SIGKILL
);
256
RAISE(raise1,
SIGKILL
) /* non-maskable */
/src/external/bsd/atf/dist/atf-c/detail/
process_helpers.c
58
kill(getpid(),
SIGKILL
);
process_test.c
561
kill(getpid(),
SIGKILL
);
642
ATF_CHECK_EQ(atf_process_status_termsig(&s),
SIGKILL
);
/src/external/bsd/atf/dist/tools/
process_helpers.c
58
kill(getpid(),
SIGKILL
);
expect_helpers.c
115
kill(getpid(),
SIGKILL
);
142
kill(getpid(),
SIGKILL
);
/src/external/bsd/kyua-testers/dist/
atf_helpers.c
131
kill(getpid(),
SIGKILL
);
/src/external/bsd/atf/dist/test-programs/
cpp_helpers.cpp
170
::kill(getpid(),
SIGKILL
);
197
kill(getpid(),
SIGKILL
);
c_helpers.c
315
kill(getpid(),
SIGKILL
);
342
kill(getpid(),
SIGKILL
);
/src/libexec/httpd/
cgi-bozo.c
648
kill(getppid(),
SIGKILL
);
/src/sys/sys/
signal.h
61
#define
SIGKILL
9 /* kill (cannot be caught or ignored) */
/src/external/gpl3/gcc/dist/fixincludes/
fixlib.h
58
#ifndef
SIGKILL
59
#define
SIGKILL
SIGTERM
/src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h
58
#ifndef
SIGKILL
59
#define
SIGKILL
SIGTERM
/src/external/mit/libuv/dist/src/win/
process.c
39
#define
SIGKILL
9
1297
case
SIGKILL
:
/src/external/mit/libuv/dist/include/uv/
win.h
87
#define
SIGKILL
9
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
54
* At random times, the child self-immolates with a
SIGKILL
.
59
* of ztest after a
SIGKILL
.
785
(void) kill(getpid(),
SIGKILL
);
6144
if (!ignorekill || WTERMSIG(status) !=
SIGKILL
) {
6335
WIFEXITED(status) ? "Complete" : "
SIGKILL
",
Completed in 80 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026