Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecazam/kram
/ getCurrentThreadName
Function
getCurrentThreadName
libkram/kram/TaskSystem.cpp:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
void getCurrentThreadName(char name[kMaxThreadName])
363
{
364
getThreadName(getCurrentThread(), name);
365
}
366
367
//------------------
368
Callers
1
setMessageFields
Function · 0.85
Calls
2
getThreadName
Function · 0.85
getCurrentThread
Function · 0.85
Tested by
no test coverage detected