Home
last modified time | relevance | path

Searched refs:_limbo (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dthreading.py813 _limbo = {} variable
955 _limbo[self] = self
960 del _limbo[self]
1030 del _limbo[self]
1477 return len(_active) + len(_limbo)
1492 return list(_active.values()) + list(_limbo.values())
1503 return list(_active.values()) + list(_limbo.values())
1654 _limbo.clear()
/third_party/python/Lib/test/
H A Dtest_threading.py358 t in threading._limbo,
359 "Failed to cleanup _limbo map on failure of Thread.start().")

Completed in 5 milliseconds