MCPcopy Index your code
hub / github.com/RustPython/RustPython / downgrade

Method downgrade

crates/common/src/lock/cell_lock.rs:129–131  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

127
128unsafe impl RawRwLockDowngrade for RawCellRwLock {
129 unsafe fn downgrade(&self) {
130 self.state.set(ONE_READER);
131 }
132}
133
134unsafe impl RawRwLockUpgrade for RawCellRwLock {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected