Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c21 _LIBC_TEXT_SECTION int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_pa… in pthread_attr_getschedparam() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h49 #define pthread_attr_getschedparam b_pthread_attr_getschedparam macro
Dusr_lib_ops.h51 int (*pthread_attr_getschedparam)(const pthread_attr_t *attr, struct sched_param *param); member
/third_party/musl/src/thread/
Dpthread_attr_get.c20 int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c21 int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c95 int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) in pthread_attr_getschedparam() function
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs221 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5228 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() function