MCPcopy 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
47void 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

titlesCheckUpdateFunction · 0.85
mainFunction · 0.85
menuUpdateFunction · 0.85
titleSelectUpdateFunction · 0.85

Calls 1

uiEnterBusyFunction · 0.85

Tested by

no test coverage detected