Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ HandleToPthread
Function
HandleToPthread
Source/SysPosix/Utility/ThreadPosix.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
pthread_t HandleToPthread( ThreadHandle handle )
42
{
43
return handle == kInvalidThreadHandle ? 0 : (pthread_t)handle;
44
}
45
46
ThreadHandle PthreadToHandle( pthread_t thread )
47
{
Callers
1
JoinThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected