HomeSort by relevance Sort by last modified time
    Searched defs:sigaction (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /bionic/libc/bionic/
sigaction.cpp 38 int sigaction(int signal, const struct sigaction* bionic_new_action, struct sigaction* bionic_old_action) { function
80 extern "C" int __sigaction(int, const struct sigaction*, struct sigaction*);
82 int sigaction(int signal, const struct sigaction* bionic_new_action, struct sigaction* bionic_old_action) { function
83 // The 32-bit ABI is broken. struct sigaction includes a too-small sigset_t,
84 // so we have to use sigaction(2) rather than rt_sigaction(2)
    [all...]
  /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...]
  /external/clang/test/CodeGen/
call.c 28 struct sigaction { int (*_sa_handler)(int); }; struct
30 typedef struct sigaction sighandler_cxt;
  /bionic/libc/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /development/ndk/platforms/android-21/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
signal.h 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
42 # define sigaction __kernel_sigaction macro
44 # undef sigaction macro
83 struct sigaction { struct
95 struct sigaction { struct
106 extern int sigaction(int, const struct sigaction*, struct sigaction*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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

Completed in 790 milliseconds

1 2 3 4 5