MCPcopy 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
498void fastlock_lock_recursive(struct fastlock *lock, int nesting)
499{
500 fastlock_lock(lock);
501 lock->m_depth = nesting;
502}
503
504void fastlock_auto_adjust_waits()
505{

Callers 1

lock_recursiveMethod · 0.85

Calls 1

fastlock_lockFunction · 0.85

Tested by

no test coverage detected