MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / idThread

Method idThread

neo/game/script/Script_Thread.cpp:254–260  ·  view source on GitHub ↗

================ idThread::idThread ================ */

Source from the content-addressed store, hash-verified

252================
253*/
254idThread::idThread() {
255 Init();
256 SetThreadName( va( "thread_%d", threadIndex ) );
257 if ( g_debugScript.GetBool() ) {
258 gameLocal.Printf( "%d: create thread (%d) '%s'\n", gameLocal.time, threadNum, threadName.c_str() );
259 }
260}
261
262/*
263================

Callers

nothing calls this directly

Calls 9

vaFunction · 0.85
InitFunction · 0.50
GetBoolMethod · 0.45
PrintfMethod · 0.45
c_strMethod · 0.45
EnterObjectFunctionMethod · 0.45
NameMethod · 0.45
EnterFunctionMethod · 0.45
ThreadCallMethod · 0.45

Tested by

no test coverage detected