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

Method unlock

TactilityCore/Source/file/File.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class NoLock final : public Lock {
19 bool lock(TickType_t timeout) const override { return true; }
20 void unlock() const override { /* NO-OP */ }
21};
22
23static std::shared_ptr<Lock> noLock = std::make_shared<NoLock>();

Callers 7

MutexTest.cppFile · 0.45
LockTest.cppFile · 0.45
readCallbackMethod · 0.45
driverThreadMainMethod · 0.45
tt_lock_releaseFunction · 0.45
tt_lvgl_unlockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected