Home
last modified time | relevance | path

Searched defs:pthread_attr_setschedparam (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setschedparam.c4 _LIBC_TEXT_SECTION int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_pa… in pthread_attr_setschedparam() function
/third_party/musl/src/thread/
Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h48 #define pthread_attr_setschedparam b_pthread_attr_setschedparam macro
Dusr_lib_ops.h50 int (*pthread_attr_setschedparam)(pthread_attr_t *attr, const struct sched_param *param); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c90 int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) in pthread_attr_setschedparam() function
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs226 pub fn pthread_attr_setschedparam( in pthread_attr_setschedparam() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5232 pub fn pthread_attr_setschedparam( in pthread_attr_setschedparam() function