Searched defs:waitpid_with_timeout (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/tools/
H A Dme2me_virtual_host.py808 def waitpid_with_timeout(pid, deadline): function
832 """Wrapper around os.waitpid()/waitpid_with_timeout(), which waits until
842 (pid, status): Same as for waitpid_with_timeout(). |pid| is non-zero if and
858 pid_result, status = waitpid_with_timeout(pid, deadline)

Completed in 89 milliseconds