HomeSort by relevance Sort by last modified time
    Searched refs:waitid (Results 51 - 75 of 85) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
wait.h 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
wait.h 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
wait.h 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
wait.h 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 68 HANDLE_EINTR(waitid(P_ALL, 0, &reaped_child_info, WEXITED));
yama_unittests.cc 50 int wait_ret = HANDLE_EINTR(waitid(P_PID, pid, &process_info, WSTOPPED));
credentials.cc 305 PCHECK(0 == HANDLE_EINTR(waitid(P_PID, pid, &infop, WEXITED)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
wait.h 100 /* The following values are used by the `waitid' function. */
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 100 /* The following values are used by the `waitid' function. */
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 62 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
  /external/bison/lib/
wait-process.c 199 /* Commented out because waitid() without WEXITED and with WNOWAIT doesn't
202 /* Use of waitid() with WNOWAIT avoids a race condition: If slave_process is
214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0))
247 if (waitid (P_PID, child, &info, WEXITED) < 0)
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 206 // Here, the current process is going to waitid() and _exit(), so there is no
214 HANDLE_EINTR(waitid(P_PID, child_pid, &reaped_child_info, WEXITED));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 12 int waitid (int, pid_t, struct siginfo_t*, int,void*);

Completed in 1960 milliseconds

1 23 4