Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ tryLockRead
Method
tryLockRead
quantum/impl/quantum_read_write_mutex_impl.h:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
inline
67
bool ReadWriteMutex::tryLockRead()
68
{
69
return _spinlock.tryLockRead();
70
}
71
72
inline
73
bool ReadWriteMutex::tryLockWrite()
Callers
2
Guard
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36