Home
last modified time | relevance | path

Searched defs:waitpid (Results 1 – 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) in waitpid() function
/external/strace/
Dwait.c154 SYS_FUNC(waitpid) in SYS_FUNC() argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1112 def waitpid(self, pid, flags): member in ChildWatcherTestsMixin