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

  /external/bluetooth/glib/glib/
gspawn.h 92 GPid *child_pid,
105 GPid *child_pid,
  /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/dbus/dbus/
dbus-sysdeps-util-unix.c 74 pid_t child_pid; local
88 switch ((child_pid = fork ()))
128 child_pid,
132 kill (child_pid, SIGTERM);
146 kill (child_pid, SIGTERM);
150 if (!_dbus_string_append_int (&pid, child_pid) ||
155 kill (child_pid, SIGTERM);
166 kill (child_pid, SIGTERM);
  /external/gtest/src/
gtest-death-test.cc 648 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
899 const pid_t child_pid = fork(); local
1042 pid_t child_pid; local
1116 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); local
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 64 pid_t child_pid; local
66 if (read(fd, &child_pid, sizeof(child_pid)) != sizeof(child_pid)) {
71 if (waitpid(child_pid, &status, 0) != child_pid)
72 error("waitpid(%d) failed", child_pid);
74 debug("child %d exited", child_pid);
  /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);