MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _enumerate

Function _enumerate

tools/python-3.11.9-amd64/Lib/threading.py:1497–1499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1495 return active_count()
1496
1497def _enumerate():
1498 # Same as enumerate(), but without the lock. Internal use only.
1499 return list(_active.values()) + list(_limbo.values())
1500
1501def enumerate():
1502 """Return a list of all Thread objects currently alive.

Callers 1

_after_forkFunction · 0.85

Calls 2

listFunction · 0.85
valuesMethod · 0.45

Tested by

no test coverage detected