Searched
refs:SIGTERM (Results
301 -
325 of
670) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/runtime/ |
defs_freebsd.go | 74 SIGTERM = C.SIGTERM
|
defs_solaris.go | 74 SIGTERM = C.SIGTERM
|
defs_darwin.go | 99 SIGTERM = C.SIGTERM
|
/prebuilts/misc/windows/sdl2/test/ |
loopwave.c | 114 signal(SIGTERM, poked);
|
testsem.c | 99 signal(SIGTERM, killed);
|
/system/netd/server/ |
ClatdController.cpp | 129 kill(pid, SIGTERM);
|
/external/e2fsprogs/e2fsck/ |
sigcatcher.c | 77 #ifdef SIGTERM 78 DEFINE_ENTRY(SIGTERM) 432 kill(getpid(), SIGTERM);
|
/external/libunwind/tests/ |
test-setjmp.c | 159 sigaction (SIGTERM, (struct sigaction *) &act, NULL); 248 kill (getpid (), SIGTERM); 272 kill (getpid (), SIGTERM);
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
aiodio_sparse.c | 278 signal(SIGTERM, SIG_DFL); 286 kill(pid[i], SIGTERM); 300 kill(pid[i], SIGTERM);
|
aiodio_append.c | 189 kill(pid[i], SIGTERM);
|
/external/toolchain-utils/automation/common/ |
command_executer_test.py | 95 self.assertTrue(-exit_code in [signal.SIGTERM, signal.SIGKILL], 101 self.assertTrue(-exit_code in [signal.SIGTERM, signal.SIGKILL]) 184 signal.signal(signal.SIGTERM, signal.SIG_IGN)
|
/system/chre/host/common/ |
socket_server.cc | 51 sigdelset(&signalMask, SIGTERM); 116 // SIGINT/SIGTERM, so we should exit quickly 253 // Signal mask used with ppoll() so we gracefully handle SIGINT and SIGTERM, 258 sigdelset(&signalMask, SIGTERM); 264 std::signal(SIGTERM, signalHandler);
|
/external/autotest/client/cros/ |
xmlrpc_server.py | 53 signal.signal(signal.SIGTERM, self._handle_signal)
|
/external/autotest/utils/ |
service_helper.py | 11 send a SIGTERM to that pid #. 16 os.kill(pid, signal.SIGTERM)
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress02.c | 110 CATCH_SIG(SIGTERM);
|
/external/ltp/testcases/kernel/syscalls/capset/ |
capset02.c | 193 kill(child_pid, SIGTERM);
|
/external/ltp/testcases/kernel/syscalls/fstat/ |
fstat05.c | 113 SIGTERM,
|
/external/ltp/testcases/kernel/syscalls/kill/ |
kill11.c | 80 {SIGTERM, 0},
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
waitpid05.c | 96 * Set SIGTERM to SIG_DFL as test driver sets up to ignore 97 * SIGTERM 99 if (signal(SIGTERM, SIG_DFL) == SIG_ERR) { 100 tst_resm(TFAIL, "Sigset SIGTERM failed, errno = %d",
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
9-1.c | 103 kill(child_pid[i], SIGTERM);
|
/external/ltp/tools/pounder21/src/randasyscall/ |
randasys.c | 211 sigaction(SIGTERM, &zig, NULL);
|
/external/rmi4utils/f54test/ |
main.cpp | 147 signal(SIGTERM, SignalHandler);
|
/external/selinux/restorecond/ |
restorecond.c | 112 * SIGTERM handler 159 sigaction(SIGTERM, &sa, NULL);
|
/external/toybox/toys/posix/ |
kill.c | 26 -s Send SIGNAL (default SIGTERM) 39 -s send SIGNAL (default SIGTERM) 86 } else signum = SIGTERM;
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_darwin.go | 99 SIGTERM = C.SIGTERM
|
Completed in 2388 milliseconds
<<11121314151617181920>>