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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
siginterrupt.c 34 struct sigaction act;
36 (void) sigaction(sig, NULL, &act);
43 return sigaction(sig, &act, NULL);
  /external/compiler-rt/test/asan/TestCases/Posix/
allow_user_segv.cc 11 struct sigaction original_sigaction_sigbus;
12 struct sigaction original_sigaction_sigsegv;
15 fprintf(stderr, "User sigaction called\n");
16 struct sigaction original_sigaction;
36 int InstallHandler(int signum, struct sigaction *original_sigaction) {
37 struct sigaction user_sigaction;
40 if (sigaction(signum, &user_sigaction, original_sigaction)) {
41 perror("sigaction");
52 fprintf(stderr, "User sigaction installed\n");
56 // CHECK: User sigaction installe
    [all...]
  /external/curl/lib/
sigpipe.h 30 struct sigaction old_pipe_act;
48 struct sigaction action;
50 memset(&ig->old_pipe_act, 0, sizeof(struct sigaction));
51 sigaction(SIGPIPE, NULL, &ig->old_pipe_act);
55 sigaction(SIGPIPE, &action, NULL);
68 sigaction(SIGPIPE, &ig->old_pipe_act, NULL);
72 /* for systems without sigaction */
  /art/sigchainlib/
sigchain.h 26 extern "C" void ClaimSignalChain(int signal, struct sigaction* oldaction);
35 extern "C" void EnsureFrontOfChain(int signal, struct sigaction* expected_action);
  /external/clang/test/CodeGen/
call.c 28 struct sigaction { int (*_sa_handler)(int); }; struct
30 typedef struct sigaction sighandler_cxt;
  /external/compiler-rt/test/tsan/
signal_malloc.cc 17 struct sigaction act = {};
19 sigaction(SIGPROF, &act, 0);
  /external/valgrind/none/tests/s390x/
op_exception.c 17 struct sigaction sa;
21 sigaction(SIGILL, &sa, NULL);
  /bionic/tests/
ScopedSignalHandler.h 30 sigaction(signal_number_, &action_, &old_action_);
39 sigaction(signal_number_, &action_, &old_action_);
43 sigaction(signal_number_, &old_action_, NULL);
47 struct sigaction action_;
48 struct sigaction old_action_;
  /system/core/libmemunreachable/
ScopedAlarm.h 30 struct sigaction oldact{};
31 struct sigaction act{};
35 sigaction(SIGALRM, &act, &oldact);
46 struct sigaction act{};
48 sigaction(SIGALRM, &act, NULL);
  /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*);

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>