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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 633 _limbo = {} variable
741 _limbo[self] = self
746 del _limbo[self]
796 del _limbo[self]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 633 _limbo = {} variable
741 _limbo[self] = self
746 del _limbo[self]
796 del _limbo[self]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 266 t in threading._limbo,
267 "Failed to cleanup _limbo map on failure of Thread.start().")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 266 t in threading._limbo,
267 "Failed to cleanup _limbo map on failure of Thread.start().")

Completed in 234 milliseconds