Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ PthreadToHandle
Function
PthreadToHandle
Source/SysPosix/Utility/ThreadPosix.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
ThreadHandle PthreadToHandle( pthread_t thread )
47
{
48
return thread ? (ThreadHandle)thread : kInvalidThreadHandle;
49
}
50
51
struct SDaedThreadDetails
52
{
Callers
1
CreateThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected