Searched refs:idtype_t (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 25 {idtype_t x = P_ALL;} in f() 26 {idtype_t x = P_PGID;} in f() 27 {idtype_t x = P_PID;} in f() 29 {int(*p)(idtype_t,id_t,siginfo_t*,int) = waitid;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 18 } idtype_t; typedef 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 22 } idtype_t; typedef 31 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 18 } idtype_t; typedef 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 18 } idtype_t; typedef 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/include/sys/ |
D | wait.h | 18 } idtype_t; typedef 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 18 } idtype_t; typedef 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | wait.h | 15 } idtype_t; typedef
|
/third_party/musl/src/process/ |
D | waitid.c | 4 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) in waitid()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 56 idtype_t idtype;
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2422 idtype_t = c_int # enum variable
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 3969 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options); 3975 idtype_t idtype; in os_waitid()
|
/third_party/python/Modules/ |
D | posixmodule.c | 8352 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options) in os_waitid_impl()
|