Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ EndlessIdleLoop
Function
EndlessIdleLoop
rEFIt_UEFI/Platform/BasicIO.cpp:91–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
//#endif
90
91
VOID EndlessIdleLoop(VOID)
92
{
93
UINTN index;
94
95
for (;;) {
96
ReadAllKeyStrokes();
97
gBS->WaitForEvent(1, &gST->ConIn->WaitForKey, &index);
98
}
99
}
Callers
nothing calls this directly
Calls
1
ReadAllKeyStrokes
Function · 0.70
Tested by
no test coverage detected