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

Method lockAll

include/tscore/AcidPtr.h:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void
59 lockAll()
60 {
61 for (Mutex_t &m : mutexes) {
62 m.lock();
63 }
64 }
65
66 void
67 unlockAll()

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected