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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c740 const struct sched_param *schedparam)
750 sap->sa_priority = schedparam->sched_priority;
757 struct sched_param *schedparam)
764 schedparam->sched_priority = sap->sa_priority;
738 posix_spawnattr_setschedparam( posix_spawnattr_t *attr, const struct sched_param *schedparam) argument
755 posix_spawnattr_getschedparam( const posix_spawnattr_t *attr, struct sched_param *schedparam) argument

Completed in 17 milliseconds