MCPcopy 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
41pthread_t HandleToPthread( ThreadHandle handle )
42{
43 return handle == kInvalidThreadHandle ? 0 : (pthread_t)handle;
44}
45
46ThreadHandle PthreadToHandle( pthread_t thread )
47{

Callers 1

JoinThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected