MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / event_next_cycle

Function event_next_cycle

core/schedule.c:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573uint64_t event_next_cycle(enum sched_item_id id) {
574 return sched_cycle(id) - sched_event_next_cycle() + cpu.baseCycles;
575}
576
577bool sched_save(FILE *image) {
578 return fwrite(&sched, sizeof(sched), 1, image) == 1;

Callers

nothing calls this directly

Calls 2

sched_cycleFunction · 0.85
sched_event_next_cycleFunction · 0.85

Tested by

no test coverage detected