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

Function ReportPthreadTimedError

system/check_error.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool ReportPthreadTimedError(const char* function_name, int error)
39{
40 if (error == ETIMEDOUT)
41 return false;
42 ReportErrnoError(function_name, error);
43 return false;
44}
45
46bool ReportPthreadTryLockError(const char* function_name, int error)
47{

Callers 1

CheckPthreadTimedErrorFunction · 0.85

Calls 1

ReportErrnoErrorFunction · 0.85

Tested by

no test coverage detected