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

Method GetLastErrorCode

system/threading/this_thread.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int ThisThread::GetLastErrorCode()
55{
56 return errno;
57}
58
59bool ThisThread::IsMain()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected