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

Method lock

include/tsutil/Bravo.h:222–227  ·  view source on GitHub ↗

/ Exclusive locking

Source from the content-addressed store, hash-verified

220 // Exclusive locking
221 //
222 void
223 lock()
224 {
225 _mutex.underlying.lock();
226 _revoke();
227 }
228
229 bool
230 try_lock()

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected