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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c742 const struct sched_param *schedparam)
752 sap->sa_priority = schedparam->sched_priority;
759 struct sched_param *schedparam)
766 schedparam->sched_priority = sap->sa_priority;
740 posix_spawnattr_setschedparam( posix_spawnattr_t *attr, const struct sched_param *schedparam) argument
757 posix_spawnattr_getschedparam( const posix_spawnattr_t *attr, struct sched_param *schedparam) argument

Completed in 258 milliseconds