Karg
v0.2.0
The kernel of CargOS
|
#include <proc.h>
Go to the source code of this file.
Functions | |
void | sched_update_state (proc_t *proc, proc_state_t state) |
void | sched_start (void) |
void | sched_resched (void) |
Variables | |
proc_t * | curr_proc |
void sched_resched | ( | void | ) |
void sched_start | ( | void | ) |
void sched_update_state | ( | proc_t * | proc, |
proc_state_t | state | ||
) |
|
extern |