Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_sched.c13 int posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, in posix_spawnattr_setschedparam() function
/third_party/musl/src/process/
H A Dposix_spawnattr_sched.c13 int posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, in posix_spawnattr_setschedparam() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dspawn.h62 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h62 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h62 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
/third_party/musl/include/
H A Dspawn.h62 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
/third_party/musl/libc-test/src/api/
H A Dspawn.c49 {int(*p)(posix_spawnattr_t*restrict,const struct sched_param*restrict) = posix_spawnattr_setschedparam;} in h()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2850 pub fn posix_spawnattr_setschedparam( in posix_spawnattr_setschedparam() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3020 pub fn posix_spawnattr_setschedparam( in posix_spawnattr_setschedparam() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4384 pub fn posix_spawnattr_setschedparam( in posix_spawnattr_setschedparam() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4164 pub fn posix_spawnattr_setschedparam( in posix_spawnattr_setschedparam() functions
/third_party/python/Modules/
H A Dposixmodule.c6134 errno = posix_spawnattr_setschedparam(attrp, &schedparam); in parse_posix_spawn_flags()

Completed in 53 milliseconds