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

  /external/python/cpython2/Lib/
threading.py 626 _limbo = {} variable
734 _limbo[self] = self
739 del _limbo[self]
789 del _limbo[self]
    [all...]
  /external/python/cpython3/Lib/
threading.py 734 _limbo = {} variable
845 _limbo[self] = self
850 del _limbo[self]
909 del _limbo[self]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading.py 264 t in threading._limbo,
265 "Failed to cleanup _limbo map on failure of Thread.start().")
  /external/python/cpython2/Lib/test/
test_threading.py 264 t in threading._limbo,
265 "Failed to cleanup _limbo map on failure of Thread.start().")
    [all...]
  /external/python/cpython3/Lib/test/
test_threading.py 279 t in threading._limbo,
280 "Failed to cleanup _limbo map on failure of Thread.start().")
    [all...]

Completed in 960 milliseconds