MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / CleanupSharedBarriers

Function CleanupSharedBarriers

src/tools/store.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236[[noreturn]] void CleanupSharedBarriers(int signum)
237{ // Here the lock state of named mutexes is unknown, make a hard cleanup
238 removeLocks();
239 std::_Exit(128 + signum);
240}
241
242int main(const int argc, const char *argv[])
243try

Callers

nothing calls this directly

Calls 1

removeLocksFunction · 0.85

Tested by

no test coverage detected