Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RichieSams/FiberTaskingLib
/ EndCurrentThread
Function
EndCurrentThread
source/thread_abstraction.cpp:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void EndCurrentThread() {
96
_endthreadex(0);
97
}
98
99
bool JoinThread(ThreadType thread) {
100
DWORD ret = ::WaitForSingleObject(thread.Handle, INFINITE);
Callers
1
ThreadStartFunc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected