Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 110 → Rev 111

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