Home
last modified time | relevance | path

Searched refs:ForkWait (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_wait4.py7 from test.fork_wait import ForkWait
15 class Wait4Test(ForkWait):
Dtest_wait3.py7 from test.fork_wait import ForkWait
20 class Wait3Test(ForkWait):
Dtest_fork1.py10 from test.fork_wait import ForkWait
18 class ForkTest(ForkWait):
Dfork_wait.py23 class ForkWait(unittest.TestCase): class