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

1 2 34 5

  /external/netperf/
netserver.c 631 /* some OS's have SIGCLD defined as SIGCHLD */
633 #define SIGCLD SIGCHLD
  /external/bluetooth/bluez/tools/
hciattach.c 1401 sigaction(SIGCHLD, &sa, NULL);
1427 sigdelset(&sigs, SIGCHLD);
  /external/dnsmasq/src/
dnsmasq.c 107 sigaction(SIGCHLD, &sigact, NULL);
728 else if (sig == SIGCHLD)
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 957 if (signum == SIGCHLD && child_pid == 0) {
966 signal(SIGCHLD, child_handler);
  /external/bluetooth/bluez/test/
rctest.c 727 sigaction(SIGCHLD, &sa, NULL);
l2test.c 1299 sigaction(SIGCHLD, &sa, NULL);
hciemu.c 1256 sigaction(SIGCHLD, &sa, NULL);
  /external/iproute2/misc/
ifstat.c 671 signal(SIGCHLD, sigchild);
nstat.c 521 signal(SIGCHLD, sigchild);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 257 public static final int SIGCHLD = placeholder();
  /external/ppp/pppd/
main.c 194 static int got_sigchld; /* set if we have received a SIGCHLD */
707 sigaddset(&signals_handled, SIGCHLD);
721 SIGNAL(SIGCHLD, chld);
    [all...]
tty.c 997 signal(SIGCHLD, SIG_DFL);
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
gmain.c     [all...]
gtestutils.c     [all...]
  /external/strace/
strace.c 674 sigaction(SIGCHLD, &sa, NULL);
676 /* Make sure SIGCHLD has the default action so that waitpid
682 sigaction(SIGCHLD, &sa, NULL);
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/dbus/dbus/
dbus-spawn.c 1038 /* I thought SIGCHLD would just wake up the poll, but
1051 _dbus_set_signal_handler (SIGCHLD, babysit_signal_handler);
    [all...]
  /external/gtest/src/
gtest-death-test.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc     [all...]
  /external/mksh/src/
histrap.c 1101 sigtraps[SIGCHLD].flags |= TF_SHELL_USES;
1439 * users (SIGALRM, SIGCHLD, SIGWINCH).
  /external/protobuf/gtest/src/
gtest-death-test.cc     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 471 #define VKI_SIGCHLD SIGCHLD
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 554 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 263 initConstant(env, c, "SIGCHLD", SIGCHLD);

Completed in 733 milliseconds

1 2 34 5