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

Method getMutex

src/tscpp/api/TransactionPlugin.cc:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::shared_ptr<Mutex>
69TransactionPlugin::getMutex()
70{
71 return state_->mutex_;
72}
73
74std::shared_ptr<Mutex>
75TransactionPlugin::getMutex(TSHttpTxn txnp)

Callers 5

AcidPtr.ccFile · 0.45
TSTransformCreateFunction · 0.45
invokePluginForEventMethod · 0.45
StateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected