Searched defs:sigaction (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/CodeGen/
H A Dcall.c28 struct sigaction { int (*_sa_handler)(int); }; struct
30 typedef struct sigaction sighandler_cxt;
/external/valgrind/coregrind/
H A Dm_libcsignal.c214 /* The functions sigaction, sigprocmask, sigpending and sigsuspend
243 /* A helper function for sigaction on Darwin. */
260 Int VG_(sigaction) ( Int signum, function
276 sigaction requests come from m_signals, and are not directly
510 ir = VG_(sigaction)(i, &sa, &saved_sa);
533 ir = VG_(sigaction)(i, &saved_sa2, NULL);
/external/fio/os/
H A Dos-windows.h91 struct sigaction struct
106 int sigaction(int sig, const struct sigaction *act,
107 struct sigaction *oact);
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h99 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h104 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h105 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h103 struct sigaction { struct
118 struct sigaction { struct
/external/fio/os/windows/
H A Dposix.c276 int sigaction(int sig, const struct sigaction *act, function
277 struct sigaction *oact)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h547 void (*sigaction)(int sig, void *siginfo, void *uctx); member in union:__sanitizer::__sanitizer_sigaction::__anon3823
557 void (*sigaction)(int sig, void *siginfo, void *uctx); member in union:__sanitizer::__sanitizer_sigaction::__anon3824
565 void (*sigaction)(int sig, void *siginfo, void *uctx); member in union:__sanitizer::__sanitizer_sigaction::__anon3825
578 void (*sigaction)(int sig, void *siginfo, void *uctx); member in union:__sanitizer::__sanitizer_sigaction::__anon3826
622 void (*sigaction)(int signo, void *info, void *ctx); member in union:__sanitizer::__sanitizer_kernel_sigaction_t::__anon3827
1387 // For sigaction, which is a function and struct at the same time,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc206 bool sigaction; member in struct:__tsan::SignalDesc
1787 // This code races with sigaction. Be careful to not read sa_sigaction twice.
1841 CallUserSignalHandler(thr, false, true, signal->sigaction, sig,
1896 signal->sigaction = sigact;
1913 TSAN_INTERCEPTOR(int, sigaction, int sig, sigaction_t *act, sigaction_t *old) {
1914 // Note: if we call REAL(sigaction) directly for any reason without proxying
1917 SCOPED_INTERCEPTOR_RAW(sigaction, sig, act, old);
1945 int res = REAL(sigaction)(sig, &newact, 0);
1955 int res = sigaction(sig, &act, &old);
2553 TSAN_INTERCEPT(sigaction);
[all...]
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h270 /* Some kernel functions (e.g. sigaction() in 2.6.23) require that the
3235 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
3475 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2346 class sigaction(Structure): class in inherits:Structure
2348 sigaction._fields_ = [
2353 assert sizeof(sigaction) == 12, sizeof(sigaction)
2354 assert alignment(sigaction) == 4, alignment(sigaction)
2603 'Netscape_spki_st', 'P_PID', 'sigaction', 'sig_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2346 class sigaction(Structure): class in inherits:Structure
2348 sigaction._fields_ = [
2353 assert sizeof(sigaction) == 12, sizeof(sigaction)
2354 assert alignment(sigaction) == 4, alignment(sigaction)
2603 'Netscape_spki_st', 'P_PID', 'sigaction', 'sig_t',

Completed in 3699 milliseconds