MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / aeThreadOwnsLock

Function aeThreadOwnsLock

src/ae.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896int aeThreadOwnsLock()
897{
898 return fOwnLockOverride || g_lock.fOwnLock();
899}
900
901int aeLockContested(int threshold)
902{

Callers 5

lookupKeyReadFunction · 0.85
GlobalLocksAcquiredFunction · 0.85
aeMainFunction · 0.85
FModuleCallBackLockFunction · 0.85
armMethod · 0.85

Calls 1

fOwnLockMethod · 0.45

Tested by

no test coverage detected