Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ OSCreateAlarm
Function
OSCreateAlarm
src/dolphin/src/os/OSAlarm.c:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void OSCreateAlarm(OSAlarm* alarm)
43
{
44
alarm->handler = 0;
45
alarm->tag = 0;
46
}
47
48
static void InsertAlarm(OSAlarm* alarm, OSTime fire, OSAlarmHandler handler)
49
{
Callers
4
SetTimeoutAlarm
Function · 0.85
WaitBeforeRead
Function · 0.85
stateCoverClosed
Function · 0.85
CARDInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected