Home
last modified time | relevance | path

Searched refs:P_PIDFD (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dwait.h14 P_PIDFD = 3 enumerator
/third_party/musl/ndk_musl_include/sys/
Dwait.h17 P_PIDFD = 3 enumerator
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h21 P_PIDFD = 3 enumerator
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h17 P_PIDFD = 3 enumerator
/third_party/musl/include/sys/
Dwait.h17 P_PIDFD = 3 enumerator
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h17 P_PIDFD = 3 enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h17 P_PIDFD = 3 enumerator
/third_party/python/Modules/
Dposixmodule.c15187 #ifdef P_PIDFD in all_ins()
15188 if (PyModule_AddIntMacro(m, P_PIDFD)) return -1; in all_ins()
/third_party/python/Doc/whatsnew/
D3.9.rst585 :data:`os.P_PIDFD` (:issue:`38713`) for process management with file
/third_party/python/Doc/library/
Dos.rst4291 :data:`P_PIDFD` on Linux.
4316 .. data:: P_PIDFD
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1167 Add :data:`os.P_PIDFD` constant, which may be passed to :func:`os.waitid` to