Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
std::shared_ptr<Mutex>
69
TransactionPlugin::getMutex()
70
{
71
return state_->mutex_;
72
}
73
74
std::shared_ptr<Mutex>
75
TransactionPlugin::getMutex(TSHttpTxn txnp)
Callers
5
AcidPtr.cc
File · 0.45
TSTransformCreate
Function · 0.45
getTransactionPluginMutex
Method · 0.45
invokePluginForEvent
Method · 0.45
State
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected