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