Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ getSyncLock
Function
getSyncLock
Tactility/Source/lvgl/LvglSync.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
static std::shared_ptr<Lock> lvglSync = std::make_shared<LvglSync>();
30
31
std::shared_ptr<Lock> getSyncLock() {
32
return lvglSync;
33
}
34
35
} // namespace
Callers
15
findSdCardLock
Function · 0.85
onTimerTick
Method · 0.85
SystemInfoApp
Class · 0.85
update
Method · 0.85
onDirEntryListScrollBegin
Method · 0.85
onNavigate
Method · 0.85
DevelopmentApp
Class · 0.85
onHide
Method · 0.85
onReceive
Method · 0.85
sendMessage
Method · 0.85
switchChannel
Method · 0.85
appNotesEventCb
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected