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

Method lock

plugins/experimental/inliner/ts.cc:315–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 Lock
316 IOSink::lock()
317 {
318 const WriteOperationPointer operation = operation_.lock();
319
320 if (!operation) {
321 return Lock();
322 }
323
324 assert(operation != nullptr);
325 assert(operation->mutex_ != nullptr);
326
327 return Lock(operation->mutex_);
328 }
329
330 void
331 IOSink::abort()

Callers 12

createWasmFunction · 0.45
getThreadLocalWasmFunction · 0.45
getVmIdHandleFunction · 0.45
IOSinkClass · 0.45
SinkClass · 0.45
~IOSinkMethod · 0.45
processMethod · 0.45
abortMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 1

LockClass · 0.85

Tested by

no test coverage detected