Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ spin_mutex_2
Method
spin_mutex_2
toys/inter/src/main.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
}
101
102
fn spin_mutex_2(&self) {
103
*self.mu3.lock() += 1;
104
}
105
106
fn spin_rwlock_read_1(&self) {
107
match *self.rw3.read() {
Callers
2
spin_mutex_1
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected