Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ lock_for_key
Method
lock_for_key
include/iocore/net/quic/MTHashTable.h:360–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
Ptr<ProxyMutex>
361
lock_for_key(key_t key)
362
{
363
return locks[part_num(key)];
364
}
365
366
int
367
getSize()
Callers
10
insert
Method · 0.80
erase
Method · 0.80
lookup
Method · 0.80
is_pending_dns_for_hash
Method · 0.80
remove_from_pending_dns_for_hash
Method · 0.80
probe
Function · 0.80
getby
Method · 0.80
dnsEvent
Method · 0.80
set_check_pending_dns
Method · 0.80
remove_and_trigger_pending_dns
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected