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

Function sched_run_event

core/schedule.c:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194#endif
195
196void sched_run_event(enum sched_item_id id) {
197 (void)id;
198 sched.run_event_triggered = true;
199}
200
201static inline uint64_t sched_cpu_timestamp(void) {
202 return (uint64_t)cpu.cycles * sched.clocks[CLOCK_CPU].tick_unit;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected