| 513 | } |
| 514 | |
| 515 | double sched_get_clock_rate_precise(enum clock_id clock) { |
| 516 | return (double)SCHED_BASE_CLOCK_RATE / sched.clocks[clock].tick_unit; |
| 517 | } |
| 518 | |
| 519 | static void sched_init_events(void) { |
| 520 | sched.items[SCHED_SECOND].callback.event = sched_second; |
no outgoing calls
no test coverage detected