Searched defs:sa_sigaction (Results 1 - 9 of 9) 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/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h83 * (2) The fields sa_handler and sa_sigaction may overlap, and a conforming
104 #define sa_sigaction _signal_handlers._sigaction macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc40 #ifdef sa_sigaction
41 # undef sa_sigaction macro
/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
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc54 #ifdef sa_sigaction
55 # undef sa_sigaction macro
H A Dtsan_interceptors.cc99 void (*sa_sigaction)(int sig, my_siginfo_t *siginfo, void *uctx); member in union:sigaction_t::__anon18836
1693 (uptr)sigactions[sig].sa_sigaction :
1697 sigactions[sig].sa_sigaction(sig, info, uctx);
1821 newact.sa_sigaction = rtl_sigaction;

Completed in 645 milliseconds