Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ parking_lot_mutex_2
Method
parking_lot_mutex_2
toys/inter/src/main.rs:65–67 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
63
}
64
65
fn parking_lot_mutex_2(&self) {
66
*self.mu2.lock() += 1;
67
}
68
69
fn parking_lot_rwlock_read_1(&self) {
70
match *self.rw2.read() {
Callers
2
parking_lot_mutex_1
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected