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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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 402 milliseconds