Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ workerSchedule
Function
workerSchedule
source/worker.c:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void workerSchedule(ThreadFunc func, void* data)
48
{
49
uiEnterBusy();
50
s_workerParam.func = func;
51
s_workerParam.data = data;
52
svcSignalEvent(s_workerEvent);
53
}
Callers
4
titlesCheckUpdate
Function · 0.85
main
Function · 0.85
menuUpdate
Function · 0.85
titleSelectUpdate
Function · 0.85
Calls
1
uiEnterBusy
Function · 0.85
Tested by
no test coverage detected