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

/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h147 extern int dotolwp(procset_t *, int (*)(), char *);
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c356 error = dotolwp(&procset, parmsset,
499 error = dotolwp(&procset, threadcmp,
512 * process. In that case, dotolwp will return
563 * if we did a dotolwp on an lwp that
858 * of dotolwp().
1019 err_thread = dotolwp(procset, setthreadnice, (char *)pcnice);
1021 * dotolwp() can return with p_lock held. This is required
1192 err_thread = dotolwp(procset, setthreadprio, (char *)pcprio);
1194 * dotolwp() can return with p_lock held. This is required
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c868 * The dotolwp function locates the LWP(s) specified by the procset structure
870 * which dotolwp will call for each LWP in the specified set.
881 dotolwp(procset_t *psp, int (*funcp)(), char *arg) function

Completed in 46 milliseconds