Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIRLegend/aitrack
/ SetThreadName
Function
SetThreadName
PS3Driver/src/ps3eye.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
#ifdef __MINGW32__
14
void SetThreadName(const char* threadName)
15
{
16
// Not sure how to implement this on mingw
17
}
18
#else
19
const DWORD MS_VC_EXCEPTION=0x406D1388;
20
Callers
1
transferThreadFunc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected