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

1 2

  /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/libc/include/sys/
wait.h 49 /* Posix states that idtype_t should be an enumeration type, but
53 typedef int idtype_t; typedef
55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
  /bionic/tests/headers/posix/
sys_wait_h.c 64 TYPE(idtype_t);
75 FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 107 } idtype_t; typedef in typeref:enum:__anon62352
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 107 } idtype_t; typedef in typeref:enum:__anon63221
155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid02.c 56 idtype_t idtype;
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_freebsd_amd64.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_freebsd_arm.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_netbsd_386.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
zsysnum_netbsd_amd64.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
zsysnum_netbsd_arm.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_386.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_freebsd_amd64.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_freebsd_arm.go 343 SYS_WAIT6 = 532 // { int wait6(idtype_t idtype, id_t id, \
349 SYS_PROCCTL = 544 // { int procctl(idtype_t idtype, id_t id, \
zsysnum_netbsd_386.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
zsysnum_netbsd_amd64.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
zsysnum_netbsd_arm.go 216 SYS__PSET_BIND = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
  /external/valgrind/include/vki/
vki-solaris.h 835 #define vki_idtype_t idtype_t
    [all...]
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2422 idtype_t = c_int # enum variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2422 idtype_t = c_int # enum variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2422 idtype_t = c_int # enum variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2422 idtype_t = c_int # enum variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2422 idtype_t = c_int # enum variable
    [all...]

Completed in 961 milliseconds

1 2