MCPcopy 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

insertMethod · 0.80
eraseMethod · 0.80
lookupMethod · 0.80
probeFunction · 0.80
getbyMethod · 0.80
dnsEventMethod · 0.80
set_check_pending_dnsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected