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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 708 # Overridden in _MainThread and _DummyThread
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 708 # Overridden in _MainThread and _DummyThread
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 118 # Kill the "immortal" _DummyThread
161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
427 # Creates and registers the _DummyThread instance
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 118 # Kill the "immortal" _DummyThread
161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
427 # Creates and registers the _DummyThread instance

Completed in 387 milliseconds