Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ lock
Method
lock
TactilityKernel/source/driver.cpp:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
~DriverLedger() { mutex_destruct(&mutex); }
26
27
void lock() { mutex_lock(&mutex); }
28
void unlock() { mutex_unlock(&mutex); }
29
};
30
Callers
3
driver_add
Function · 0.45
driver_remove
Function · 0.45
driver_find_compatible
Function · 0.45
Calls
1
mutex_lock
Function · 0.85
Tested by
no test coverage detected