SIGCHLD 643 base/process/process_util_unittest.cc EXPECT_EQ("wibble\n", TestLaunchProcess(env_changes, CLONE_FS | SIGCHLD)); SIGCHLD 286 chrome/browser/chrome_browser_main_posix.cc CHECK(sigaction(SIGCHLD, &action, NULL) == 0); SIGCHLD 193 components/nacl/zygote/nacl_fork_delegate_linux.cc options.clone_flags = CLONE_FS | SIGCHLD; SIGCHLD 212 content/app/content_main_runner.cc SIGALRM, SIGTERM, SIGCHLD, SIGBUS, SIGTRAP}; // SIGPIPE is set below. SIGCHLD 81 content/zygote/zygote_linux.cc CHECK(sigaction(SIGCHLD, &action, NULL) == 0); SIGCHLD 996 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc case SIGCHLD: SIGCHLD 75 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc CLONE_PARENT_SETTID | SIGCHLD, SIGCHLD 79 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, SIGCHLD 1630 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc if (args.args[0] != (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD)) { SIGCHLD 1774 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD, SIGCHLD 260 sandbox/linux/services/credentials.cc const pid_t pid = syscall(__NR_clone, CLONE_NEWUSER | SIGCHLD, 0, 0, 0); SIGCHLD 50 sandbox/linux/services/init_process_reaper.cc CHECK(sigaction(SIGCHLD, &action, NULL) == 0); SIGCHLD 101 sandbox/linux/suid/sandbox.c __NR_clone, CLONE_FS | SIGCHLD, 0, 0, 0); SIGCHLD 247 sandbox/linux/suid/sandbox.c pid_t pid = syscall(__NR_clone, SIGCHLD | kCloneExtraFlags[i], 0, 0, 0); SIGCHLD 543 third_party/libevent/test/regress.c signal_set(&sig_ev, SIGCHLD, child_signal_cb, &got_sigchld); SIGCHLD 34 third_party/talloc/libreplace/getpass.c #define SIGCLD SIGCHLD SIGCHLD 36 third_party/talloc/libreplace/system/wait.h #define SIGCLD SIGCHLD SIGCHLD 120 tools/android/file_poller/file_poller.cc signal(SIGCHLD, SIG_IGN); SIGCHLD 77 tools/android/forwarder2/daemon.cc DCHECK_EQ(signal_number, SIGCHLD); SIGCHLD 230 tools/android/forwarder2/daemon.cc if (sigaction(SIGCHLD, &new_action, &old_action) < 0) { SIGCHLD 247 tools/android/forwarder2/daemon.cc if (sigaction(SIGCHLD, &old_action, NULL) < 0) {