OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGTERM
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-kill-server.c
58
kill(getpid(),
SIGTERM
);
/src/external/bsd/kyua-cli/dist/integration/helpers/
expect_all_pass.cpp
66
expect_signal(
SIGTERM
, "Exiting with correct signal");
67
::kill(::getpid(),
SIGTERM
);
/src/tests/lib/libc/gen/execve/
t_execve.c
92
RL(kill(pid,
SIGTERM
));
98
ATF_REQUIRE_EQ_MSG(WTERMSIG(status),
SIGTERM
,
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
clogd.c
58
kill(getppid(),
SIGTERM
);
138
case
SIGTERM
:
189
signal(
SIGTERM
, &parent_exit_handler);
248
signal(
SIGTERM
, &sig_handler);
/src/tests/lib/libc/gen/posix_spawn/
t_spawn.c
543
RL(kill(pid,
SIGTERM
));
549
ATF_REQUIRE_EQ_MSG(WTERMSIG(status),
SIGTERM
,
/src/external/bsd/atf/dist/atf-c++/detail/
process.cpp
296
::kill(atf_process_child_pid(&m_child),
SIGTERM
);
/src/external/bsd/atf/dist/test-programs/
c_helpers.c
168
kill(getpid(),
SIGTERM
);
/src/external/mpl/bind/dist/bin/tests/
test_client.c
315
RUNTIME_CHECK(sigaddset(&sset,
SIGTERM
) == 0);
344
kill(getpid(),
SIGTERM
);
366
kill(getpid(),
SIGTERM
);
/src/crypto/dist/ipsec-tools/src/racoon/
privsep.c
195
kill(getpid(),
SIGTERM
);
318
signal(
SIGTERM
, SIG_DFL);
/src/sys/sys/
signal.h
67
#define
SIGTERM
15 /* software termination signal from kill */
/src/external/bsd/atf/dist/atf-c/detail/
process_test.c
575
kill(getpid(),
SIGTERM
);
653
ATF_CHECK_EQ(atf_process_status_termsig(&s),
SIGTERM
);
801
kill(atf_process_child_pid(&child),
SIGTERM
);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
128
const int
SIGTERM
= 15;
2110
// We do not detect errno spoiling for
SIGTERM
,
2111
// because some
SIGTERM
handlers do spoil errno but reraise
SIGTERM
,
2117
if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig !=
SIGTERM
&&
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
120
const int
SIGTERM
= 15;
2015
// We do not detect errno spoiling for
SIGTERM
,
2016
// because some
SIGTERM
handlers do spoil errno but reraise
SIGTERM
,
2022
if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig !=
SIGTERM
&&
/src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.c
1511
sigdelset(&my_sigset,
SIGTERM
);
1605
signal(
SIGTERM
, &_exit_handler);
1739
kill(getppid(),
SIGTERM
);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c
369
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
418
kill (getpid (),
SIGTERM
);
1170
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
1176
signal (
SIGTERM
, handle_TERM);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c
369
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
418
kill (getpid (),
SIGTERM
);
1170
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
1176
signal (
SIGTERM
, handle_TERM);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
386
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
435
kill (getpid (),
SIGTERM
);
1186
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
1192
signal (
SIGTERM
, handle_TERM);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
386
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
435
kill (getpid (),
SIGTERM
);
1186
/* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and
SIGTERM
1192
signal (
SIGTERM
, handle_TERM);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
126
const int
SIGTERM
= 15;
1926
// We do not detect errno spoiling for
SIGTERM
,
1927
// because some
SIGTERM
handlers do spoil errno but reraise
SIGTERM
,
1933
if (flags()->report_bugs && !sync && sig !=
SIGTERM
&& errno != 99) {
/src/crypto/external/bsd/openssh/dist/
readconf.c
604
ssh_signal(
SIGTERM
, SIG_DFL);
605
kill(getpid(),
SIGTERM
);
Completed in 33 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026