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

Method SetThreadName

neo/game/script/Script_Thread.cpp:566–568  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

564================
565*/
566void idThread::SetThreadName( const char *name ) {
567 threadName = name;
568}
569
570/*
571================

Callers 5

InitScriptForMapMethod · 0.45
ConstructScriptObjectMethod · 0.45
ConstructScriptObjectMethod · 0.45
ThreadCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected