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

/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c997 int err_thread = 0; local
1019 err_thread = dotolwp(procset, setthreadnice, (char *)pcnice);
1059 * the setthreadnice() or setprocnice(). That is, err_thread and/or
1063 err = err_thread ? err_thread : err_proc;
1167 int err_thread = 0; local
1192 err_thread = dotolwp(procset, setthreadprio, (char *)pcprio);
1232 * the setthreadprio() or setprocprio(). That is, err_thread and/or
1236 err = err_thread ? err_thread
[all...]

Completed in 44 milliseconds