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

  /external/autotest/client/common_lib/cros/
retry.py 202 threading._MainThread)
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 118 if isinstance(threading.current_thread(), threading._MainThread):
  /external/python/cpython2/Lib/
threading.py 701 # Overridden in _MainThread and _DummyThread
879 # An instance of _MainThread is always created by 'threading'. Thi
    [all...]
  /external/python/cpython3/Lib/
threading.py     [all...]
  /external/python/cpython3/Lib/asyncio/
events.py 639 isinstance(threading.current_thread(), threading._MainThread)):
unix_events.py     [all...]

Completed in 238 milliseconds