Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ tryUpgradeToWrite
Method
tryUpgradeToWrite
quantum/impl/quantum_read_write_mutex_impl.h:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
inline
104
bool ReadWriteMutex::tryUpgradeToWrite()
105
{
106
return tryUpgradeToWriteImpl(nullptr);
107
}
108
109
inline
110
bool ReadWriteMutex::tryUpgradeToWriteImpl(bool* pendingUpgrade)
Callers
2
tryUpgradeToWriteImpl
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36