| 194 | #endif |
| 195 | |
| 196 | void sched_run_event(enum sched_item_id id) { |
| 197 | (void)id; |
| 198 | sched.run_event_triggered = true; |
| 199 | } |
| 200 | |
| 201 | static inline uint64_t sched_cpu_timestamp(void) { |
| 202 | return (uint64_t)cpu.cycles * sched.clocks[CLOCK_CPU].tick_unit; |
nothing calls this directly
no outgoing calls
no test coverage detected