Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
896
int aeThreadOwnsLock()
897
{
898
return fOwnLockOverride || g_lock.fOwnLock();
899
}
900
901
int aeLockContested(int threshold)
902
{
Callers
5
lookupKeyRead
Function · 0.85
GlobalLocksAcquired
Function · 0.85
aeMain
Function · 0.85
FModuleCallBackLock
Function · 0.85
arm
Method · 0.85
Calls
1
fOwnLock
Method · 0.45
Tested by
no test coverage detected