HomeSort by relevance Sort by last modified time
    Searched refs:SIGTERM (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 25 SIGTERM = 15 # Terminated
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0);
46 kill(pid, SIGTERM);
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 47 #ifndef SIGTERM
48 #error SIGTERM not defined
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 47 #ifndef SIGTERM
48 #error SIGTERM not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 47 #ifndef SIGTERM
48 #error SIGTERM not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 47 #ifndef SIGTERM
48 #error SIGTERM not defined
  /external/libedit/src/
sig.h 56 _DO(SIGTERM) \
  /external/toybox/toys/other/
reboot.c 28 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx;
oneit.c 27 and SIGTERM or SIGINT reboot.
65 int i, pid, pipes[] = {SIGUSR1, SIGUSR2, SIGTERM, SIGINT};
92 oneit_signaled((toys.optflags & FLAG_p) ? SIGUSR2 : SIGTERM);
  /external/autotest/client/bin/
autotestd_monitor 15 os.kill(os.getpid(), signal.SIGTERM)
65 os.kill(stdout_pump.pid, signal.SIGTERM)
66 os.kill(stderr_pump.pid, signal.SIGTERM)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /system/update_engine/common/
terminator.cc 30 signal(SIGTERM, HandleSignal);
terminator_unittest.cc 48 ASSERT_EXIT(raise(SIGTERM), ExitedWithCode(2), "");
54 Terminator::HandleSignal(SIGTERM);
  /prebuilts/misc/windows/sdl2/test/
testthread.c 50 SDL_Log("Killed with SIGTERM, waiting 5 seconds to exit\n");
89 signal(SIGTERM, killed);
95 raise(SIGTERM);
  /external/libdaemon/examples/
testd.c 62 /* Kill daemon with SIGTERM */
65 if ((ret = daemon_pid_file_kill_wait(SIGTERM, 5)) < 0)
123 if (daemon_signal_init(SIGINT, SIGTERM, SIGQUIT, SIGHUP, 0) < 0) {
171 case SIGTERM:
172 daemon_log(LOG_WARNING, "Got SIGINT, SIGQUIT or SIGTERM.");
  /bionic/libc/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTERM, "Terminated")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
global_hooks.py 35 """Catch SIGTERM, print a stack trace, and exit."""
40 signal.signal(signal.SIGTERM, PrintStackAndExit)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
sig_handling.py 94 signals = [signal.SIGINT, signal.SIGTERM]
  /libcore/ojluni/src/main/native/
jvm_md.h 85 #define JVM_SIGTERM SIGTERM
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 27 #define SIGTERM 15
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>