Karg  v0.2.0
The kernel of CargOS
sched.h File Reference
#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_tcurr_proc
 

Function Documentation

◆ sched_resched()

void sched_resched ( void  )

◆ sched_start()

void sched_start ( void  )

◆ sched_update_state()

void sched_update_state ( proc_t proc,
proc_state_t  state 
)

Variable Documentation

◆ curr_proc

proc_t* curr_proc
extern