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

Function ReportPosixTimedError

system/check_error.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool ReportPosixTimedError(const char* function_name)
30{
31 int error = errno;
32 if (error == ETIMEDOUT)
33 return false;
34 ReportErrnoError(function_name, error);
35 return true;
36}
37
38bool ReportPthreadTimedError(const char* function_name, int error)
39{

Callers 1

CheckPosixTimedErrorFunction · 0.85

Calls 1

ReportErrnoErrorFunction · 0.85

Tested by

no test coverage detected