HomeSort by relevance Sort by last modified time
    Searched refs:sigaction (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /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
  /bionic/libc/kernel/arch-mips/asm/
signal.h 100 struct sigaction { struct
114 struct sigaction sa;
  /bionic/libc/unistd/
abort.c 92 struct sigaction sa;
98 (void)sigaction( SIGABRT, &sa, &sa );
  /dalvik/dvz/
dvz.cpp 69 struct sigaction sa;
76 err = sigaction(forward_signals[i], &sa, NULL);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 100 struct sigaction { struct
114 struct sigaction sa;
  /external/dhcpcd/
signals.c 101 struct sigaction sa;
108 if (sigaction(handle_sigs[i], &sa, NULL) == -1)
  /external/kernel-headers/original/asm-mips/
signal.h 115 struct sigaction { struct
127 struct sigaction sa;
  /external/valgrind/main/drd/tests/
sigalrm.c 68 struct sigaction sa;
72 sigaction(SIGALRM, &sa, 0);
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 48 // Using sigaction(2) lets us ensure that the SA_RESTART flag is not set.
50 struct sigaction sa;
54 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 100 struct sigaction { struct
114 struct sigaction sa;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 100 struct sigaction { struct
114 struct sigaction sa;
  /system/extras/tests/bionic/libc/other/
test_timer_create2.c 81 struct sigaction act[1];
89 sigaction( SIGUSR1, act, NULL );
  /external/kernel-headers/original/asm-x86/
signal.h 133 struct sigaction { struct
141 struct sigaction sa;
146 struct sigaction { struct
162 struct sigaction { struct
170 struct sigaction sa;
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 245 struct sigaction sa;
285 sigaction(SIGTERM, &sa, NULL);
286 sigaction(SIGINT, &sa, NULL);
287 sigaction(SIGCHLD, &sa, NULL);
288 sigaction(SIGPIPE, &sa, NULL);
  /external/bluetooth/bluez/compat/
fakehid.c 288 struct sigaction sa;
312 sigaction(SIGCHLD, &sa, NULL);
313 sigaction(SIGPIPE, &sa, NULL);
316 sigaction(SIGTERM, &sa, NULL);
317 sigaction(SIGINT, &sa, NULL);
320 sigaction(SIGHUP, &sa, NULL);
389 struct sigaction sa;
413 sigaction(SIGCHLD, &sa, NULL);
414 sigaction(SIGPIPE, &sa, NULL);
417 sigaction(SIGTERM, &sa, NULL)
    [all...]
  /external/qemu/
os-posix.c 58 struct sigaction act;
62 sigaction(SIGPIPE, &act, NULL);
77 struct sigaction act;
81 sigaction(SIGINT, &act, NULL);
82 sigaction(SIGHUP, &act, NULL);
83 sigaction(SIGTERM, &act, NULL);
87 sigaction(SIGCHLD, &act, NULL);
  /external/chromium/chrome/common/
service_process_util_posix.cc 77 struct sigaction action;
81 *success = sigaction(SIGTERM, &action, &old_action_) == 0;
83 PLOG(ERROR) << "sigaction";
120 if (sigaction(SIGTERM, &old_action_, NULL) < 0) {
121 PLOG(ERROR) << "sigaction";
service_process_util_posix.h 82 struct sigaction old_action_;
  /external/valgrind/main/coregrind/
m_vki.c 102 vg_assert(sizeof(struct sigaction) == sizeof(vki_sigaction_fromK_t));
106 struct sigaction f1;
  /external/valgrind/main/none/tests/
thread-exits.c 95 struct sigaction sa;
104 sigaction(SIGUSR1, &sa, NULL);
  /external/valgrind/main/tests/
filter_libc 8 s/ __sigaction / sigaction /;
  /external/bluetooth/bluez/tools/
ppporc.c 209 struct sigaction sa;
249 sigaction(SIGCHLD, &sa, NULL);
250 sigaction(SIGPIPE, &sa, NULL);
253 sigaction(SIGTERM, &sa, NULL);
254 sigaction(SIGINT, &sa, NULL);
257 sigaction(SIGHUP, &sa, NULL);
rfcomm.c 322 struct sigaction sa;
441 sigaction(SIGCHLD, &sa, NULL);
442 sigaction(SIGPIPE, &sa, NULL);
445 sigaction(SIGTERM, &sa, NULL);
446 sigaction(SIGINT, &sa, NULL);
449 sigaction(SIGHUP, &sa, NULL);
486 struct sigaction sa;
600 sigaction(SIGCHLD, &sa, NULL);
601 sigaction(SIGPIPE, &sa, NULL);
604 sigaction(SIGTERM, &sa, NULL)
    [all...]

Completed in 1391 milliseconds

1 2 34 5 6 7 8 91011