Home
last modified time | relevance | path

Searched defs:pthread_setschedparam (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_setschedparam.c7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_setschedparam.c4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h57 #define pthread_setschedparam b_pthread_setschedparam macro
H A Dusr_lib_ops.h59 int (*pthread_setschedparam)(pthread_t thread, int policy, const struct sched_param *param); member
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c136 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs247 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h195 #define pthread_setschedparam _pthread_setschedparam macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs712 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1619 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2881 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3332 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4222 pub fn pthread_setschedparam( in pthread_setschedparam() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5241 pub fn pthread_setschedparam( in pthread_setschedparam() functions

Completed in 60 milliseconds