Searched defs:syscid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c102 id_t syscid; /* system scheduling class ID */ variable
272 (void) getcid(sys_name, &syscid);
273 curthread->t_cid = syscid; /* current thread is t0 */
430 t->t_cid = syscid;

Completed in 62 milliseconds