Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ GetThreadName
Method
GetThreadName
neo/game/script/Script_Thread.h:302–304 ·
view source on GitHub ↗
================ idThread::GetThreadName ================ */
Source
from the content-addressed store, hash-verified
300
================
301
*/
302
ID_INLINE const char *idThread::GetThreadName( void ) {
303
return threadName.c_str();
304
}
305
306
/*
307
================
Callers
6
DisplayInfo
Method · 0.45
KillThread
Method · 0.45
ThreadGetName
Method · 0.45
MSG_WriteThreadInfo
Method · 0.45
Error
Method · 0.45
Warning
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected