is_runnable
if (!is_runnable(thread) && thread->wakeup_time >= 0) {
if (is_runnable(thread)) {
int is_runnable(struct thread *);