Home
last modified time | relevance | path

Searched refs:idtype_t (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c56 idtype_t idtype;
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2997 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options);
3003 idtype_t idtype; in os_waitid()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2422 idtype_t = c_int # enum variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2422 idtype_t = c_int # enum variable
/external/python/cpython3/Modules/
Dposixmodule.c6996 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options) in os_waitid_impl()