MCPcopy 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
103inline
104bool ReadWriteMutex::tryUpgradeToWrite()
105{
106 return tryUpgradeToWriteImpl(nullptr);
107}
108
109inline
110bool ReadWriteMutex::tryUpgradeToWriteImpl(bool* pendingUpgrade)

Callers 2

tryUpgradeToWriteImplMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36