MCPcopy Create free account
hub / github.com/chen3feng/toft / GetHandle

Method GetHandle

system/threading/this_thread.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace toft {
17
18ThreadHandleType ThisThread::GetHandle()
19{
20 return ::pthread_self();
21}
22
23int ThisThread::GetId()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected