Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isLocked
Method
isLocked
src/tscpp/api/InterceptPlugin.cc:338–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
TryLockGuard(Mutex &m) : _m(m), _isLocked(m.try_lock()) {}
337
338
bool
339
isLocked() const
340
{
341
return _isLocked;
342
}
343
344
~TryLockGuard()
345
{
Callers
1
handleEvents
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected