HomeSort by relevance Sort by last modified time
    Searched refs:wait_impl (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fork1.py 19 def wait_impl(self, cpid): member in class:ForkTest
59 self.wait_impl(pid)
test_wait3.py 21 def wait_impl(self, cpid): member in class:Wait3Test
test_wait4.py 15 def wait_impl(self, cpid): member in class:Wait4Test
fork_wait.py 3 To test different wait behavior, override the wait_impl method.
37 def wait_impl(self, cpid): member in class:ForkWait
76 self.wait_impl(cpid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fork1.py 19 def wait_impl(self, cpid): member in class:ForkTest
59 self.wait_impl(pid)
test_wait3.py 21 def wait_impl(self, cpid): member in class:Wait3Test
test_wait4.py 15 def wait_impl(self, cpid): member in class:Wait4Test
fork_wait.py 3 To test different wait behavior, override the wait_impl method.
37 def wait_impl(self, cpid): member in class:ForkWait
76 self.wait_impl(cpid)

Completed in 258 milliseconds