MCPcopy Create free account
hub / github.com/ConfettiFX/The-Forge / init

Method init

Common_3/Utilities/Threading/ThreadSystem.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 ~ThreadSystemClass() { this->exit(&gThreadSystemExitDescDefault); }
142
143 bool init(const ThreadSystemInitDesc* desc)
144 {
145 if (threadSystem)
146 this->exit(&gThreadSystemExitDescDefault);
147 return threadSystemInit(&threadSystem, desc);
148 }
149
150 void exit(const struct ThreadSystemExitDesc* desc) { threadSystemExit(&threadSystem, desc); }
151

Callers 1

ThreadSystemClassMethod · 0.95

Calls 2

exitMethod · 0.95
threadSystemInitFunction · 0.85

Tested by

no test coverage detected