Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/gen/
Dposix_spawn.c520 struct sched_param * __restrict schedparam) in posix_spawnattr_getschedparam() argument
522 *schedparam = (*sa)->sa_schedparam; in posix_spawnattr_getschedparam()
566 const struct sched_param * __restrict schedparam) in posix_spawnattr_setschedparam() argument
568 (*sa)->sa_schedparam = *schedparam; in posix_spawnattr_setschedparam()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4729 INTERCEPTOR_PTHREAD_ATTR_GET(schedparam, struct_sched_param_sz)