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

1 2

  /external/openssh/
platform.h 25 void platform_post_fork_parent(pid_t child_pid);
sandbox-systrace.c 74 pid_t child_pid; member in struct:ssh_sandbox
90 box->child_pid = 0;
113 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
120 debug3("%s: wait for child %ld", __func__, (long)child_pid);
121 box->child_pid = child_pid;
126 debug3("%s: child %ld ready", __func__, (long)child_pid);
137 if (ioctl(box->systrace_fd, STRIOCATTACH, &child_pid) == -1)
139 box->systrace_fd, child_pid, strerror(errno));
150 policy.strp_pid = box->child_pid;
    [all...]
sandbox-darwin.c 39 pid_t child_pid; member in struct:ssh_sandbox
53 box->child_pid = 0;
93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
95 box->child_pid = child_pid;
sandbox-rlimit.c 41 pid_t child_pid; member in struct:ssh_sandbox
55 box->child_pid = 0;
88 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
90 box->child_pid = child_pid;
sandbox-null.c 67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
platform.c 58 platform_post_fork_parent(pid_t child_pid)
61 solaris_contract_post_fork_parent(child_pid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cn_proc.h 70 pid_t child_pid; member in struct:proc_event::__anon23038::fork_proc_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 70 pid_t child_pid; member in struct:proc_event::__anon24628::fork_proc_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 70 pid_t child_pid; member in struct:proc_event::__anon26140::fork_proc_event
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 252 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
472 const pid_t child_pid = fork(); local
473 GTEST_DEATH_TEST_CHECK(child_pid != -1);
474 set_child_pid(child_pid);
475 if (child_pid == 0) {
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top, local
584 GTEST_DEATH_TEST_CHECK(child_pid != -1);
586 return child_pid;
632 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]) local
    [all...]
  /external/bluetooth/glib/glib/
gspawn.h 92 GPid *child_pid,
105 GPid *child_pid,
  /external/e2fsprogs/misc/
logsave.c 40 pid_t child_pid = -1; variable
155 if (child_pid > 0)
156 kill(child_pid, sig);
197 child_pid = pid;
203 child_pid = -1;
  /external/bluetooth/glib/tests/
mapping-test.c 175 GPid child_pid; local
189 0, NULL, NULL, &child_pid, &error))
206 kill (child_pid, SIGUSR1);
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 748 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
806 const pid_t child_pid = fork(); local
807 GTEST_DEATH_TEST_CHECK_(child_pid != -1);
808 set_child_pid(child_pid);
809 if (child_pid == 0) {
950 pid_t child_pid = -1; local
1024 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 748 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
806 const pid_t child_pid = fork(); local
807 GTEST_DEATH_TEST_CHECK_(child_pid != -1);
808 set_child_pid(child_pid);
809 if (child_pid == 0) {
955 pid_t child_pid = -1; local
1029 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 747 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
805 const pid_t child_pid = fork(); local
806 GTEST_DEATH_TEST_CHECK_(child_pid != -1);
807 set_child_pid(child_pid);
808 if (child_pid == 0) {
954 pid_t child_pid = -1; local
1028 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); local
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 700 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
758 const pid_t child_pid = fork(); local
759 GTEST_DEATH_TEST_CHECK_(child_pid != -1);
760 set_child_pid(child_pid);
761 if (child_pid == 0) {
902 pid_t child_pid = -1; local
976 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); local
    [all...]
  /external/linux-tools-perf/
builtin-record.c 58 static pid_t child_pid = -1; variable
151 if (child_pid > 0)
152 kill(child_pid, SIGTERM);
532 child_pid = fork();
533 if (child_pid < 0) {
538 if (!child_pid) {
571 evsel_list->threads->map[0] = child_pid;
builtin-stat.c 189 static pid_t child_pid = -1; variable
404 if ((child_pid = fork()) < 0)
407 if (!child_pid) {
437 evsel_list->threads->map[0] = child_pid;
468 if (child_pid != -1)
469 kill(child_pid, SIGTERM);
1005 if(child_pid == -1)
1013 if (child_pid != -1)
1014 kill(child_pid, SIGTERM);
    [all...]
  /external/bluetooth/glib/gio/
gunixmount.c 325 GPid child_pid; local
334 &child_pid,
351 g_child_watch_add (child_pid, eject_unmount_cb, data);
gunixvolume.c 377 GPid child_pid; local
393 &child_pid,
410 g_child_watch_add (child_pid, eject_mount_cb, data);
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 81 pid_t child_pid; local
95 switch ((child_pid = fork ()))
140 child_pid, error))
144 kill (child_pid, SIGTERM);
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 227 pid_t child_pid = fork(); local
228 if (child_pid == 0) {
232 waitpid(child_pid, &status, 0);
242 pid_t child_pid = fork(); local
243 if (child_pid == 0) {
248 waitpid(child_pid, &status, 0);
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 227 pid_t child_pid = fork(); local
228 if (child_pid == 0) {
232 waitpid(child_pid, &status, 0);
242 pid_t child_pid = fork(); local
243 if (child_pid == 0) {
248 waitpid(child_pid, &status, 0);
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 218 pid_t child_pid = fork(); local
219 if (child_pid == 0) {
223 waitpid(child_pid, &status, 0);
233 pid_t child_pid = fork(); local
234 if (child_pid == 0) {
239 waitpid(child_pid, &status, 0);
    [all...]

Completed in 989 milliseconds

1 2