Home
last modified time | relevance | path

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

/third_party/musl/src/process/
Dwaitpid.c4 pid_t waitpid(pid_t pid, int *status, int options) in waitpid() function
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py1152 def waitpid(self, pid, flags): member in ChildWatcherTestsMixin