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

1 2 3 4 5 6 7 8 91011

  /external/dropbear/
common-chansession.c 39 {SIGTERM, "TERM"},
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_quit.c 59 sigaction(SIGTERM, NULL, &action);
66 sigaction(SIGTERM, &action, NULL);
71 /* Both SIGINT and SIGTERM are translated into quit interrupts */
75 ohandler = signal(SIGTERM, SDL_HandleSIG);
77 signal(SIGTERM, ohandler);
92 sigaction(SIGTERM, NULL, &action);
95 sigaction(SIGTERM, &action, NULL);
103 ohandler = signal(SIGTERM, SIG_DFL);
105 signal(SIGTERM, ohandler);
  /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/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver_unittest.cc 230 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
231 raise(SIGTERM);
233 EXPECT_TRUE(ExpectSignal(SIGTERM));
240 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
243 raise(SIGTERM);
249 EXPECT_TRUE(ExpectSignal(SIGTERM));
266 // Allow SIGTERM. This will be the only thread with it not masked so it will
273 raise(SIGTERM);
280 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
281 // Mask out SIGTERM so that it can't be delivered to this thread
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperWin.cpp 68 signal(SIGTERM, simpleSignalHandler);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 34 printf("Killed with SIGTERM, waiting 5 seconds to exit\n");
72 signal(SIGTERM, killed);
78 raise(SIGTERM);
testlock.c 50 signal(SIGTERM, closemutex);
67 printf("Process %u: raising SIGTERM\n", SDL_ThreadID());
68 raise(SIGTERM);
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 37 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")

Completed in 128 milliseconds

1 2 3 4 5 6 7 8 91011