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

1 2 3 4 5 6 7 8 9

  /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/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...]
  /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 41 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,
43 # define sigaction __kernel_sigaction macro
45 # undef sigaction macro
94 struct sigaction { struct
106 struct sigaction { struct
117 int sigaction(int, const struct sigaction*, struct sigaction*);
141 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26);
148 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26)
    [all...]
  /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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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*);

Completed in 1364 milliseconds

1 2 3 4 5 6 7 8 9