HomeSort by relevance Sort by last modified time
    Searched full:sigactions (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 901 static uptr sigactions[kMaxSignals]; local
906 signal_cb cb = (signal_cb)sigactions[signo];
916 sigaction_cb cb = (sigaction_cb)sigactions[signo];
929 uptr old_cb = sigactions[signo];
939 sigactions[signo] = cb;
966 sigactions[signo] = cb;
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 116 static sigaction_t sigactions[kSigCount]; variable
    [all...]
  /external/valgrind/main/coregrind/
m_vki.c 90 /* --- Platform-specific checks on sigactions --- */
  /external/valgrind/main/include/vki/
vki-darwin.h 393 passing sigactions to the kernel interface, and has the added
396 receiving old sigactions from the kernel, and lacks this
vki-ppc32-linux.h 163 /* These are 'legacy' sigactions in which the size of sa_mask is fixed
186 /* On Linux we use the same type for passing sigactions to
    [all...]
vki-x86-linux.h 158 /* These are 'legacy' sigactions in which the size of sa_mask is fixed
181 /* On Linux we use the same type for passing sigactions to
vki-amd64-linux.h 163 /* On Linux we use the same type for passing sigactions to
vki-ppc64-linux.h 180 /* On Linux we use the same type for passing sigactions to
vki-s390x-linux.h 271 /* On Linux we use the same type for passing sigactions to
vki-arm-linux.h 181 /* On Linux we use the same type for passing sigactions to
vki-mips32-linux.h 201 /* On Linux we use the same type for passing sigactions to
    [all...]

Completed in 124 milliseconds