MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / IsMainThread

Function IsMainThread

Source/Threading/thread_sanity.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool IsMainThread() {
50 return main_thread_id == std::this_thread::get_id();
51}

Callers 3

LoadMethod · 0.85
DisplayErrorFunction · 0.85
DisplayMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected