MCPcopy Index your code
hub / github.com/python/cpython / self_joiner

Method self_joiner

Lib/test/test_thread.py:260–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 self_joiner_started = make_lock()
259 self_joiner_barrier = make_lock()
260 def self_joiner():
261 nonlocal error
262
263 self_joiner_started.release()
264 self_joiner_barrier.acquire()
265
266 try:
267 self_joiner_handle.join()
268 except Exception as e:
269 error = e
270
271 joiner_started = make_lock()
272 def joiner():

Callers

nothing calls this directly

Calls 3

releaseMethod · 0.45
acquireMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected