MCPcopy 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
95void EndCurrentThread() {
96 _endthreadex(0);
97}
98
99bool JoinThread(ThreadType thread) {
100 DWORD ret = ::WaitForSingleObject(thread.Handle, INFINITE);

Callers 1

ThreadStartFuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected