| 95 | } |
| 96 | |
| 97 | static inline void free_thread(struct thread *t) |
| 98 | { |
| 99 | push_thread(&free_threads, t); |
| 100 | } |
| 101 | |
| 102 | /* The idle thread is ran whenever there isn't anything else that is runnable. |
| 103 | * It's sole responsibility is to ensure progress is made by running the timer |
no test coverage detected