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

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 966 // Access to sigactions[] is gone with relaxed atomics to avoid data race with
969 static atomic_uintptr_t sigactions[kMaxSignals]; local
979 (signal_cb)atomic_load(&sigactions[signo], memory_order_relaxed);
992 (sigaction_cb)atomic_load(&sigactions[signo], memory_order_relaxed);
1005 uptr old_cb = atomic_load(&sigactions[signo], memory_order_relaxed);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 116 static sigaction_t sigactions[kSigCount]; variable
    [all...]
  /art/sigchainlib/
sigchain.cc 149 // If the sigactions don't match then we put the current action on the chain and make ourself as
  /external/valgrind/main/coregrind/
m_vki.c 91 /* --- 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-arm64-linux.h 171 /* 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...]
vki-mips64-linux.h 210 /* On Linux we use the same type for passing sigactions to
    [all...]
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

Completed in 693 milliseconds