Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dspawn.cpp91 sched_param schedparam; member
122 if (sched_setscheduler(0, (*attr)->schedpolicy, &(*attr)->schedparam) == -1) _exit(127); in ApplyAttrs()
124 if (sched_setparam(0, &(*attr)->schedparam) == -1) _exit(127); in ApplyAttrs()
255 (*attr)->schedparam = *param; in posix_spawnattr_setschedparam()
260 *param = (*attr)->schedparam; in posix_spawnattr_getschedparam()