MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / tt_lock_release

Function tt_lock_release

TactilityC/Source/tt_lock.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void tt_lock_release(LockHandle handle) {
21 HANDLE_AS_LOCK(handle)->unlock();
22}
23
24void tt_lock_free(LockHandle handle) {
25 const auto holder = static_cast<LockHolder*>(handle);

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected