Searched defs:sa_sigaction (Results 1 - 8 of 8) sorted by relevance

/external/bison/darwin-lib/
H A Dsignal.h711 says that implementations may, but not must, make sa_sigaction
721 # define sa_sigaction _sa_func._sa_sigaction macro
735 # define sa_sigaction sa_handler macro
/external/bison/linux-lib/
H A Dsignal.h711 says that implementations may, but not must, make sa_sigaction
721 # define sa_sigaction _sa_func._sa_sigaction macro
735 # define sa_sigaction sa_handler macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc48 #ifdef sa_sigaction
49 # undef sa_sigaction macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc56 #ifdef sa_sigaction
57 # undef sa_sigaction macro
H A Dtsan_interceptors.cc180 sigactionhandler_t sa_sigaction; member in union:sigaction_t::__anon3353
1941 // This code races with sigaction. Be careful to not read sa_sigaction twice.
1945 (uptr)sigactions[sig].sa_sigaction :
2089 newact.sa_sigaction = rtl_sigaction;
/external/fio/os/
H A Dos-windows.h90 void* (*sa_sigaction)(int, siginfo_t *, void*); member in struct:sigaction
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h109 #define sa_sigaction _u._sa_sigaction macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h113 #define sa_sigaction _u._sa_sigaction macro

Completed in 130 milliseconds