Home
last modified time | relevance | path

Searched refs:wait_before_exit (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dlock_tests.py22 def __init__(self, f, n, wait_before_exit=False): argument
32 self._can_exit = not wait_before_exit
/external/python/cpython3/Lib/test/
Dlock_tests.py23 def __init__(self, f, n, wait_before_exit=False): argument
33 self._can_exit = not wait_before_exit
D_test_multiprocessing.py1580 def __init__(self, namespace, f, args, n, wait_before_exit=False): argument
1592 if not wait_before_exit: