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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 47 #ifndef SIGTERM
48 #error SIGTERM not defined
  /external/libcxx/test/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/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver_unittest.cc 221 ASSERT_TRUE(ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal));
222 raise(SIGTERM);
224 EXPECT_TRUE(ExpectSignal(SIGTERM));
231 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
234 raise(SIGTERM);
240 EXPECT_TRUE(ExpectSignal(SIGTERM));
257 // Allow SIGTERM. This will be the only thread with it not masked so it will
264 raise(SIGTERM);
271 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
272 // Mask out SIGTERM so that it can't be delivered to this thread
    [all...]
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver_unittest.cc 204 ASSERT_TRUE(ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal));
205 raise(SIGTERM);
207 EXPECT_TRUE(ExpectSignal(SIGTERM));
214 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
217 raise(SIGTERM);
223 EXPECT_TRUE(ExpectSignal(SIGTERM));
240 // Allow SIGTERM. This will be the only thread with it not masked so it will
247 raise(SIGTERM);
254 ss_->SetPosixSignalHandler(SIGTERM, &RecordSignal);
255 // Mask out SIGTERM so that it can't be delivered to this thread
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/helper/
layout_test_helper_win.cc 38 signal(SIGTERM, SimpleSignalHandler);
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 41 case SIGTERM: return "SIGTERM"; // 15 software termination signal from kill
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 48 #define SIGTERM 15 /* Termination (ANSI). */
  /system/core/toolbox/
nohup.c 21 signal(SIGTERM, SIG_IGN);
  /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);
  /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/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 37 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 27 #define SIGTERM 15
  /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")

Completed in 2932 milliseconds

1 2 3 4 5 6 7 8 91011>>