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

/netbsd-current/lib/libc/gen/
H A Dposix_spawn_sched.c90 int * __restrict schedpolicy)
92 *schedpolicy = sa->sa_schedpolicy;
135 posix_spawnattr_setschedpolicy(posix_spawnattr_t *sa, int schedpolicy) argument
137 sa->sa_schedpolicy = schedpolicy;
89 posix_spawnattr_getschedpolicy(const posix_spawnattr_t * __restrict sa, int * __restrict schedpolicy) argument

Completed in 115 milliseconds