MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / joinThread

Function joinThread

source/emulation/cpu/normal/normalPlatformMultiThreaded.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void joinThread(KThread* thread) {
75 std::thread* cppThread = (std::thread*)thread->cpu->nativeHandle;
76 cppThread->join();
77 delete cppThread;
78}
79#endif
80
81void platformSetThreadDescription(KThread* thread);

Callers 1

testLockedIncFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by 1

testLockedIncFunction · 0.68