MCPcopy Create free account
hub / github.com/VCVRack/Rack / join

Method join

src/engine/Engine.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void join() {
202 pthread_join(thread, NULL);
203 }
204
205 void run();
206};

Callers 5

create_pluginFunction · 0.80
create_manifestFunction · 0.80
stopThreadMethod · 0.80
Engine_relaunchWorkersFunction · 0.80
~EngineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected