Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SetCycles
Method
SetCycles
source/SynchronousEventManager.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
~SyncEvent(){}
40
41
void SetCycles(int cycles)
42
{
43
m_cyclesRemaining = cycles;
44
}
45
46
int m_id;
47
int m_cyclesRemaining;
Callers
2
SetTimerSyncEvent
Method · 0.80
SetTimersActiveFromSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected