Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ fastlock_lock_recursive
Function
fastlock_lock_recursive
src/fastlock.cpp:498–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
void fastlock_lock_recursive(struct fastlock *lock, int nesting)
499
{
500
fastlock_lock(lock);
501
lock->m_depth = nesting;
502
}
503
504
void fastlock_auto_adjust_waits()
505
{
Callers
1
lock_recursive
Method · 0.85
Calls
1
fastlock_lock
Function · 0.85
Tested by
no test coverage detected