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

Method idThread

neo/d3xp/script/Script_Thread.cpp:276–282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

274================
275*/
276idThread::idThread() {
277 Init();
278 SetThreadName( va( "thread_%d", threadIndex ) );
279 if ( g_debugScript.GetBool() ) {
280 gameLocal.Printf( "%d: create thread (%d) '%s'\n", gameLocal.time, threadNum, threadName.c_str() );
281 }
282}
283
284/*
285================

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