MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / spin_rwlock_write_2

Method spin_rwlock_write_2

toys/inter/src/main.rs:124–126  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

122 }
123
124 fn spin_rwlock_write_2(&self) {
125 *self.rw3.write() += 1;
126 }
127}
128
129fn main() {

Callers 3

spin_rwlock_read_1Method · 0.80
spin_rwlock_write_1Method · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected