Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_getschedparam.c5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
/third_party/musl/src/thread/
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h58 #define pthread_getschedparam b_pthread_getschedparam macro
H A Dusr_lib_ops.h60 int (*pthread_getschedparam)(pthread_t thread, int *policy, struct sched_param *param); member
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c141 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() function
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs241 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h141 #define pthread_getschedparam _pthread_getschedparam macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs717 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1624 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2815 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3233 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4131 pub fn pthread_getschedparam( in pthread_getschedparam() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5236 pub fn pthread_getschedparam( in pthread_getschedparam() functions

Completed in 54 milliseconds