Searched refs:SETIDLE (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/coshell/
H A Dschedule.c397 if (!(a->set & SETIDLE))
399 a->set |= SETIDLE;
407 if (a->global.set & (SETIDLE|SETLOAD|SETUPDATE|SETUSERS))
409 if (a->global.set & SETIDLE) sp->stat.idle = a->stat.idle;
444 if (a->set & SETIDLE)
458 if (!sp->update && !(op & GET) || (a->set & (SETBIAS|SETCPU|SETIDLE|SETIGNORE|SETRATING|SETSCALE)) && sp->update <= cs.time + UPDATE) update(sp);
H A Dservice.h149 #define SETIDLE (1<<10) /* idle was set */ macro

Completed in 16 milliseconds