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

  /external/strace/test/
childthread.c 26 pid_t child, got_pid; local
50 got_pid = waitpid(-1, &status, 0);
51 assert(got_pid == child);
leaderkill.c 33 pid_t child, got_pid; local
54 got_pid = waitpid(child, &status, 0);
55 assert(got_pid == child);
  /frameworks/native/cmds/installd/
commands.c 851 pid_t got_pid; local
854 got_pid = waitpid(pid, &status, 0);
855 if (got_pid == -1 && errno == EINTR) {
861 if (got_pid != pid) {
863 (int) pid, (int) got_pid, strerror(errno));
    [all...]
  /art/runtime/
utils.cc 1363 pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); local
    [all...]

Completed in 76 milliseconds