Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __hxcpp_GetCurrentThreadNumber
Function
__hxcpp_GetCurrentThreadNumber
src/hx/Thread.cpp:400–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
399
400
int __hxcpp_GetCurrentThreadNumber()
401
{
402
return hx::thread::Thread_obj::id();
403
}
404
405
#endif
406
Callers
nothing calls this directly
Calls
1
id
Function · 0.85
Tested by
no test coverage detected