MCPcopy
hub / github.com/commaai/openpilot / join

Method join

tools/camerastream/compressed_vipc.py:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self.procs.append(p)
132
133 def join(self):
134 for p in self.procs:
135 p.join()
136
137 def kill(self):
138 for p in self.procs:

Callers 15

killMethod · 0.95
mainFunction · 0.80
compressed_vipc.pyFile · 0.80
juggle.pyFile · 0.80
installFunction · 0.80
test_demoMethod · 0.80
test_layoutsMethod · 0.80
mainFunction · 0.80
run_bridge.pyFile · 0.80
closeMethod · 0.80
wheel_poll_threadFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_demoMethod · 0.64
test_layoutsMethod · 0.64
test_only_union_typesMethod · 0.64
test_prune_cacheMethod · 0.64
_flash_bootstubMethod · 0.64
get_test_casesFunction · 0.64
test_docs_diffMethod · 0.64
setup_methodMethod · 0.64
_get_updated_procMethod · 0.64
_make_commitMethod · 0.64
_check_update_stateMethod · 0.64