HomeSort by relevance Sort by last modified time
    Searched refs:SIGTERM (Results 76 - 100 of 705) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 40 trap 'rm -rf '`pwd`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM
rpm.sh 42 trap 'rm -rf $RPM_SOURCE_DIR $RPM_BUILD_DIR; exit $?' EXIT SIGHUP SIGINT SIGTERM
  /external/linux-kselftest/tools/testing/selftests/powerpc/
harness.c 64 kill(-pid, SIGTERM);
72 kill(-pid, SIGTERM);
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid03.c 95 * Set SIGTERM to SIG_DFL as test driver sets up to ignore
96 * SIGTERM
98 if ((sig_t) signal(SIGTERM, SIG_DFL) == SIG_ERR) {
99 tst_resm(TFAIL, "Signal SIGTERM failed, errno = %d",
128 kill(pid[ikids], SIGTERM);
  /prebuilts/misc/windows/sdl2/test/
testlock.c 70 signal(SIGTERM, closemutex);
88 SDL_Log("Process %lu: raising SIGTERM\n", SDL_ThreadID());
89 raise(SIGTERM);
  /external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc 456 ASSERT_TRUE(ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal));
457 raise(SIGTERM);
459 EXPECT_TRUE(ExpectSignal(SIGTERM));
466 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
469 raise(SIGTERM);
475 EXPECT_TRUE(ExpectSignal(SIGTERM));
492 // Allow SIGTERM. This will be the only thread with it not masked so it will
499 raise(SIGTERM);
506 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
507 // Mask out SIGTERM so that it can't be delivered to this thread
    [all...]
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 81 static volatile int sigterm, sigusr1, sigusr2; variable
152 kill(childpid, SIGTERM);
162 * SIGTERM the child and cleanup.
164 kill(childpid, SIGTERM);
176 (void)kill(childpid, SIGTERM);
213 (void)sigaction(SIGTERM, &act, 0);
275 while (!sigterm)
278 sigterm = 0;
280 tst_resm(TINFO, "child: Got SIGTERM from parent.");
411 sigterm = 1
    [all...]
  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 52 SIGTERM,
57 EXPECT_EQ(0, kill(getpid(), SIGTERM));
63 EXPECT_EQ(SIGTERM, infos_[0].ssi_signo);
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_sparse.c 150 signal(SIGTERM, SIG_DFL);
159 kill(pid[i], SIGTERM);
173 kill(pid[i], SIGTERM);
  /external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_test.sh 112 /bin/kill -SIGTERM $!
122 /bin/kill -SIGTERM $!
297 /bin/kill -SIGTERM $! > /dev/null
325 /bin/kill -SIGTERM $pid2
364 /bin/kill -SIGTERM $!
385 /bin/kill -SIGTERM $!
  /external/bison/lib/
fatal-signal.c 49 SIGXCPU, SIGXFSZ - because they are quite similar to SIGTERM. */
57 #ifdef SIGTERM
58 SIGTERM,
  /external/ltp/testcases/kernel/syscalls/writev/
writev06.c 94 if (signal(SIGTERM, sighandler) == SIG_ERR) {
96 tst_resm(TFAIL, "signal() SIGTERM FAILED");
227 * Signal handler for SIGTERM and SIGPIPE
232 case SIGTERM:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
2-1.c 25 * 6. The father send SIGTERM to the last child and get its counter. If child
124 if (signal(SIGTERM, sigterm_handler) == SIG_ERR) {
159 if (kill(child_pid[nb_child - 1], SIGTERM) != 0) {
2-2.c 25 * 6. The father send SIGTERM to the last child and get its counter. If child
128 if (signal(SIGTERM, sigterm_handler) == SIG_ERR) {
163 if (kill(child_pid[nb_child - 1], SIGTERM) != 0) {
  /external/ltp/tools/pounder21/
infinite_loop.c 42 kill(-test_pgrp, SIGTERM);
100 sigaction(SIGTERM, &zig, NULL);
  /external/squashfs-tools/squashfs-tools/
restore.c 66 sigaddset(&sigmask, SIGTERM);
73 if((sig == SIGINT || sig == SIGTERM) && !interrupted) {
  /external/v8/tools/testrunner/server/
daemon.py 13 from signal import SIGTERM
125 os.kill(pid, SIGTERM)
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 40 #define SIGTERM 15
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 40 #define SIGTERM 15
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 44 #define SIGTERM 15
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 44 #define SIGTERM 15
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 45 #define SIGTERM 15
  /development/ndk/platforms/android-21/arch-mips/include/asm/
signal.h 50 #define SIGTERM 15

Completed in 761 milliseconds

1 2 34 5 6 7 8 91011>>