MCPcopy 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
31static DriverLedger ledger;

Callers 3

driver_addFunction · 0.45
driver_removeFunction · 0.45
driver_find_compatibleFunction · 0.45

Calls 1

mutex_unlockFunction · 0.85

Tested by

no test coverage detected