MCPcopy 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
46ThreadHandle PthreadToHandle( pthread_t thread )
47{
48 return thread ? (ThreadHandle)thread : kInvalidThreadHandle;
49}
50
51struct SDaedThreadDetails
52{

Callers 1

CreateThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected