MCPcopy 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_addFunction · 0.45
driver_removeFunction · 0.45
driver_find_compatibleFunction · 0.45

Calls 1

mutex_lockFunction · 0.85

Tested by

no test coverage detected