MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / NullifyCurrentThread

Function NullifyCurrentThread

Source/Engine/StratusThread.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 static void NullifyCurrentThread() {
12 Thread ** current = GetCurrentThreadPtr();
13 *current = nullptr;
14 }
15
16 static void SetCurrentThread(Thread * thread) {
17 Thread ** current = GetCurrentThreadPtr();

Callers 1

DispatchMethod · 0.85

Calls 1

GetCurrentThreadPtrFunction · 0.85

Tested by

no test coverage detected