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

Function ink_abort

ci/coverity-model.cpp:40–44  ·  view source on GitHub ↗

Indicate that our abort function really is that ...

Source from the content-addressed store, hash-verified

38
39// Indicate that our abort function really is that ...
40void
41ink_abort(const char *message_format, ...)
42{
43 __coverity_panic__();
44}
45
46// Teach Coverity that this aborts in all compilation modes.
47void _TSReleaseAssert(const char* txt, const char* f, int l)

Callers 9

algorithm_versionFunction · 0.50
ink_thread_createFunction · 0.50
ink_rwlock_rdlockFunction · 0.50
ink_rwlock_tryrdlockFunction · 0.50
ink_rwlock_wrlockFunction · 0.50
ink_rwlock_trywrlockFunction · 0.50
ink_rwlock_unlockFunction · 0.50
ink_mutex_acquireFunction · 0.50
ink_mutex_releaseFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected