Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void joinThread(KThread* thread) {
75
std::thread* cppThread = (std::thread*)thread->cpu->nativeHandle;
76
cppThread->join();
77
delete cppThread;
78
}
79
#endif
80
81
void platformSetThreadDescription(KThread* thread);
Callers
1
testLockedInc
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
1
testLockedInc
Function · 0.68