Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ lock
Function
lock
Tactility/Source/lvgl/LvglSync.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace tt::lvgl {
7
8
bool lock(TickType_t timeout) {
9
return lvgl_try_lock(timeout);
10
}
11
12
void unlock() {
13
lvgl_unlock();
Callers
15
statusbar_pubsub_event
Function · 0.70
usbHidInputTask
Function · 0.70
stopUsbHidInput
Function · 0.70
initBoot
Function · 0.50
start
Method · 0.50
applyAutoRotation
Method · 0.50
lateStart
Method · 0.50
hidHostHandleMouseReport
Function · 0.50
hidHostSubscribeNext
Function · 0.50
hidHostGapCb
Function · 0.50
makeScreenshot
Function · 0.50
update
Method · 0.50
Calls
1
lvgl_try_lock
Function · 0.50
Tested by
no test coverage detected