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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dsigaction.c8 int sigaction(int signum, function
9 const struct sigaction* act,
10 struct sigaction* oldact) {
/external/bison/lib/
H A Dsigaction.c27 /* This implementation of sigaction is tailored to native Windows behavior:
49 sigaction(). We support the use of signal() within the gnulib
51 with this module should stick with only sigaction(). */
55 # error "Revisit the assumptions made in the sigaction module"
79 that signal is not currently handled by the sigaction handler. */
80 static struct sigaction volatile action_array[NSIG] /* = 0 */;
99 bookkeeping so that the user's handler may call sigaction and get
102 interrupting a sigaction() call. There is a race where any
131 sigaction (int sig, const struct sigaction *restric function
[all...]
H A Dspawni.c73 # define sigaction __sigaction macro
197 struct sigaction sa;
204 && sigaction (sig, &sa, NULL) != 0)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsignal.c175 sigaction (int signum, const struct sigaction *act, struct sigaction *oldact) function
/external/clang/test/CodeGen/
H A Dcall.c28 struct sigaction { int (*_sa_handler)(int); }; struct
30 typedef struct sigaction sighandler_cxt;
/external/qemu/target-i386/
H A Dkvm-gs-restore.c37 unsigned int sigaction:1; member in struct:sigact_status
54 if ( !o_sigact[signum].sigaction && o_sigact[signum].old_handler)
60 signum, o_sigact[signum].sigaction ? "set":"not set" );
76 if ( o_sigact[signum].sigaction && o_sigact[signum].old_sigaction )
82 signum, o_sigact[signum].sigaction ? "set":"not set" );
104 struct sigaction act, old_act;
106 sigret = sigaction(i, NULL, &old_act);
115 memcpy(&act, &old_act, sizeof(struct sigaction));
120 o_sigact[i].sigaction = 1;
129 sigaction(
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c172 /* The functions sigaction, sigprocmask, sigpending and sigsuspend
201 /* A helper function for sigaction on Darwin. */
218 Int VG_(sigaction) ( Int signum, function
234 sigaction requests come from m_signals, and are not directly
447 ir = VG_(sigaction)(i, &sa, &saved_sa);
470 ir = VG_(sigaction)(i, &saved_sa2, NULL);
/external/bison/darwin-lib/
H A Dsignal.h700 /* We assume that platforms which lack the sigaction() function also lack
701 the 'struct sigaction' type, and vice versa. */
705 struct sigaction struct
730 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict,
731 struct sigaction *restrict));
739 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict,
740 struct sigaction *restrict));
741 _GL_CXXALIASWARN (sigaction); variable
744 # undef sigaction macro
[all...]
/external/bison/linux-lib/
H A Dsignal.h700 /* We assume that platforms which lack the sigaction() function also lack
701 the 'struct sigaction' type, and vice versa. */
705 struct sigaction struct
730 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict,
731 struct sigaction *restrict));
739 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict,
740 struct sigaction *restrict));
741 _GL_CXXALIASWARN (sigaction); variable
744 # undef sigaction macro
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h78 /* struct sigaction notes from POSIX:
89 struct sigaction { struct
114 struct sigaction struct
154 int _EXFUN(sigaction, (int, const struct sigaction *, struct sigaction *));
272 /* svr4 specifics. different signals above 15, and sigaction. */
/external/fio/os/
H A Dos-windows.h85 struct sigaction struct
100 int sigaction(int sig, const struct sigaction *act,
101 struct sigaction *oact);
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h98 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h101 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h104 struct sigaction { struct
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h102 struct sigaction { struct
117 struct sigaction { struct
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1010 int KernelProxy::sigaction(int signum, function in class:nacl_io::KernelProxy
1011 const struct sigaction* action,
1012 struct sigaction* oaction) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h112 * sys_restore -- sigaction
113 * sys_restore_rt -- sigaction
269 /* Some kernel functions (e.g. sigaction() in 2.6.23) require that the
1938 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
2045 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h112 * sys_restore -- sigaction
113 * sys_restore_rt -- sigaction
262 /* Some kernel functions (e.g. sigaction() in 2.6.23) require that the
1843 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
1949 LSS_INLINE int LSS_NAME(sigaction)(int signum, function
/external/fio/os/windows/
H A Dposix.c256 int sigaction(int sig, const struct sigaction *act, function
257 struct sigaction *oact)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h519 void (*sigaction)(int sig, void *siginfo, void *uctx); member in union:__sanitizer::__sanitizer_sigaction::__anon18828
551 void (*sigaction)(int signo, void *info, void *ctx); member in union:__sanitizer::__sanitizer_kernel_sigaction_t::__anon18829
1295 // For sigaction, which is a function and struct at the same time,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc121 bool sigaction; member in struct:__tsan::SignalDesc
1736 CallUserSignalHandler(thr, false, signal->sigaction,
1792 signal->sigaction = sigact;
1809 TSAN_INTERCEPTOR(int, sigaction, int sig, sigaction_t *act, sigaction_t *old) {
1810 SCOPED_TSAN_INTERCEPTOR(sigaction, sig, act, old);
1825 int res = REAL(sigaction)(sig, &newact, 0);
1835 int res = sigaction(sig, &act, &old);
2364 TSAN_INTERCEPT(sigaction);

Completed in 600 milliseconds