Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ std_mutex_2
Method
std_mutex_2
toys/inter/src/main.rs:32–34 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
30
}
31
32
fn std_mutex_2(&self) {
33
*self.mu1.lock().unwrap() += 1;
34
}
35
36
fn std_rwlock_read_1(&self) {
37
match *self.rw1.read().unwrap() {
Callers
2
std_mutex_1
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected