/bionic/libc/arch-arm/syscalls/ |
sigaction.S | 6 ENTRY(sigaction) function 15 END(sigaction)
|
/bionic/libc/arch-mips/syscalls/ |
sigaction.S | 4 .globl sigaction 6 .ent sigaction 8 sigaction: label 22 .end sigaction
|
/bionic/libc/arch-x86/syscalls/ |
sigaction.S | 6 ENTRY(sigaction) function 27 END(sigaction)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
sigaction.c | 8 int sigaction(int signum, function 9 const struct sigaction* act, 10 struct sigaction* oldact) {
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
signal.c | 175 sigaction (int signum, const struct sigaction *act, struct sigaction *oldact) function
|
/external/openssh/openbsd-compat/ |
sigact.c | 1 /* $OpenBSD: sigaction.c,v 1.4 2001/01/22 18:01:48 millert Exp $ */ 36 /* OPENBSD ORIGINAL: lib/libcurses/base/sigaction.c */ 43 /* This file provides sigaction() emulation using sigvec() */ 49 sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact) function
|
sigact.h | 1 /* $OpenBSD: SigAction.h,v 1.3 2001/01/22 18:01:32 millert Exp $ */ 37 * $From: SigAction.h,v 1.6 2000/12/10 02:36:10 tom Exp $ 40 * and usually no sigaction() nor <termios.h> 43 /* OPENBSD ORIGINAL: lib/libcurses/SigAction.h */ 67 struct sigaction struct 81 int sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact);
|
/external/bison/lib/ |
sigaction.c | 27 /* 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 *restrict act function [all...] |
spawni.c | 73 # define sigaction __sigaction macro 197 struct sigaction sa; 204 && sigaction (sig, &sa, NULL) != 0)
|
/external/clang/test/CodeGen/ |
call.c | 28 struct sigaction { int (*_sa_handler)(int); }; struct 30 typedef struct sigaction sighandler_cxt;
|
/external/qemu/target-i386/ |
kvm-gs-restore.c | 37 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(i, &act, NULL) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigaction.h | 1 /* The proper definitions for Linux's sigaction. 21 # error "Never include <bits/sigaction.h> directly; use <signal.h> instead." 25 struct sigaction struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigaction.h | 1 /* The proper definitions for Linux's sigaction. 21 # error "Never include <bits/sigaction.h> directly; use <signal.h> instead." 25 struct sigaction struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigaction.h | 1 /* The proper definitions for Linux's sigaction. 21 # error "Never include <bits/sigaction.h> directly; use <signal.h> instead." 25 struct sigaction struct
|
/external/valgrind/main/coregrind/ |
m_libcsignal.c | 172 /* 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);
|
/bionic/libc/kernel/arch-arm/asm/ |
signal.h | 92 struct sigaction { struct
|
/bionic/libc/kernel/arch-mips/asm/ |
signal.h | 101 struct sigaction { struct 115 struct sigaction sa;
|
/bionic/libc/kernel/arch-x86/asm/ |
signal.h | 96 struct sigaction { struct
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
signal.h | 84 struct sigaction { struct
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
signal.h | 101 struct sigaction { struct 115 struct sigaction sa;
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
signal.h | 96 struct sigaction { struct
|
/external/bison/darwin-lib/ |
signal.h | 700 /* 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/ |
signal.h | 700 /* 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/ |
signal.h | 75 /* struct sigaction notes from POSIX: 86 struct sigaction { struct 111 struct sigaction struct 148 int _EXFUN(sigaction, (int, const struct sigaction *, struct sigaction *)); 266 /* svr4 specifics. different signals above 15, and sigaction. */
|
/external/kernel-headers/original/asm-arm/ |
signal.h | 124 struct sigaction { struct 132 struct sigaction sa; 138 struct sigaction { struct
|