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

Function join_process

Lib/test/_test_multiprocessing.py:106–109  ·  view source on GitHub ↗
(process)

Source from the content-addressed store, hash-verified

104
105
106def join_process(process):
107 # Since multiprocessing.Process has the same API than threading.Thread
108 # (join() and is_alive(), the support function can be reused
109 threading_helper.join_thread(process)
110
111
112if os.name == "posix":

Callers 10

test_many_processesMethod · 0.85
test_sys_exitMethod · 0.85
test_notifyMethod · 0.85
test_waitforMethod · 0.85
test_waitfor_timeoutMethod · 0.85
test_timeoutMethod · 0.85
childMethod · 0.85
test_lockMethod · 0.85
test_closefdMethod · 0.85
wait_proc_exitMethod · 0.85

Calls 1

join_threadMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…