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

1 2 3 4 5 6

  /external/oprofile/daemon/
oprofiled.h 50 extern sig_atomic_t signal_alarm;
51 extern sig_atomic_t signal_hup;
52 extern sig_atomic_t signal_term;
53 extern sig_atomic_t signal_child;
54 extern sig_atomic_t signal_usr1;
55 extern sig_atomic_t signal_usr2;
  /external/chromium/third_party/libevent/
evsignal.h 36 volatile sig_atomic_t evsignal_caught;
38 sig_atomic_t evsigcaught[NSIG];
  /external/chromium_org/third_party/libevent/
evsignal.h 36 volatile sig_atomic_t evsignal_caught;
38 sig_atomic_t evsigcaught[NSIG];
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
csignal 41 using ::sig_atomic_t;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
csignal 41 using ::sig_atomic_t;
  /external/openssh/
dispatch.h 39 void dispatch_run(int, volatile sig_atomic_t *, void *);
  /bionic/libstdc++/include/
csignal 43 using ::sig_atomic_t;
  /ndk/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /ndk/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
csignal 43 using ::sig_atomic_t;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
csignal 43 using ::sig_atomic_t;
  /external/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_csignal.h 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
  /system/extras/tests/bionic/libstdc++/
test_csignal.cpp 58 volatile std::sig_atomic_t s;

Completed in 1828 milliseconds

1 2 3 4 5 6