Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ DriverLedger
Method
DriverLedger
TactilityKernel/source/driver.cpp:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
Mutex mutex {};
23
24
DriverLedger() { mutex_construct(&mutex); }
25
~DriverLedger() { mutex_destruct(&mutex); }
26
27
void lock() { mutex_lock(&mutex); }
Callers
nothing calls this directly
Calls
1
mutex_construct
Function · 0.85
Tested by
no test coverage detected