Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class 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.cpp
File · 0.45
RecursiveMutexTest.cpp
File · 0.45
LockTest.cpp
File · 0.45
listDirectory
Function · 0.45
scandir
Function · 0.45
findOrCreateDirectoryInternal
Function · 0.45
deleteFile
Function · 0.45
deleteDirectory
Function · 0.45
isFile
Function · 0.45
isDirectory
Function · 0.45
readLines
Function · 0.45
registerDevice
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected