Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 226 → Rev 227

/SPARTAN/trunk/include/proc/scheduler.h
43,7 → 43,7
int n;
};
 
extern volatile int nrdy;
extern volatile count_t nrdy;
 
static thread_t *find_best_thread(void);
static void relink_rq(int start);