Home
last modified time | relevance | path

Searched refs:schedparam (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dspawn.h134 const struct sched_param *_RESTRICT_KYWD schedparam);
138 struct sched_param *_RESTRICT_KYWD schedparam);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c742 const struct sched_param *schedparam) in posix_spawnattr_setschedparam() argument
752 sap->sa_priority = schedparam->sched_priority; in posix_spawnattr_setschedparam()
759 struct sched_param *schedparam) in posix_spawnattr_getschedparam() argument
766 schedparam->sched_priority = sap->sa_priority; in posix_spawnattr_getschedparam()