MCPcopy 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

29static std::shared_ptr<Lock> lvglSync = std::make_shared<LvglSync>();
30
31std::shared_ptr<Lock> getSyncLock() {
32 return lvglSync;
33}
34
35} // namespace

Callers 15

findSdCardLockFunction · 0.85
onTimerTickMethod · 0.85
SystemInfoAppClass · 0.85
updateMethod · 0.85
onNavigateMethod · 0.85
DevelopmentAppClass · 0.85
onHideMethod · 0.85
onReceiveMethod · 0.85
sendMessageMethod · 0.85
switchChannelMethod · 0.85
appNotesEventCbMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected