MCPcopy Create free account
hub / github.com/apache/trafficserver / _call_fatal

Method _call_fatal

include/tsutil/TsSharedMutex.h:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167#endif
168
169 static void
170 _call_fatal(char const *func_name, void *ptr, int errnum)
171 {
172 fatal_error("{}({}) failed: {} ({})", func_name, ptr, Strerror(errnum).c_str(), errnum);
173 }
174
175 // In debug builds, make sure shared vs. exclusive locks and unlocks are properly paired.
176 //

Callers

nothing calls this directly

Calls 2

StrerrorClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected