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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 22 def __init__(self, f, n, wait_before_exit=False):
25 If `wait_before_exit` is True, the threads won't terminate until
32 self._can_exit = not wait_before_exit
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 22 def __init__(self, f, n, wait_before_exit=False):
25 If `wait_before_exit` is True, the threads won't terminate until
32 self._can_exit = not wait_before_exit

Completed in 166 milliseconds