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

Method lock

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

Source from the content-addressed store, hash-verified

17
18class NoLock final : public Lock {
19 bool lock(TickType_t timeout) const override { return true; }
20 void unlock() const override { /* NO-OP */ }
21};
22

Callers 15

MutexTest.cppFile · 0.45
LockTest.cppFile · 0.45
listDirectoryFunction · 0.45
scandirFunction · 0.45
deleteFileFunction · 0.45
deleteDirectoryFunction · 0.45
isFileFunction · 0.45
isDirectoryFunction · 0.45
readLinesFunction · 0.45
registerDeviceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected