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

  /bionic/libc/bionic/
wait.cpp 32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) {
  /bionic/tests/
sys_types_test.cpp 26 // id_t is the 'generic'.
27 ASSERT_EQ(4U, sizeof(id_t));
  /bionic/libc/include/sys/
wait.h 58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
types.h 46 typedef __id_t id_t; typedef
  /development/ndk/platforms/android-19/include/sys/
wait.h 59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /development/ndk/platforms/android-L/include/sys/
wait.h 58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
types.h 46 typedef __id_t id_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 60 typedef __kernel_id_t id_t; typedef
  /development/ndk/platforms/android-9/include/sys/
wait.h 65 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 622 int __dfsw_getpwuid_r(id_t uid, struct passwd *pwd,

Completed in 421 milliseconds