Searched defs:pthread_getschedparam (Results 1 – 14 of 14) sorted by relevance
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| D | pthread_getschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param … in pthread_getschedparam() function
|
| /third_party/musl/src/thread/ |
| D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_getschedparam.c | 4 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/ |
| D | usr_lib_define.h | 58 #define pthread_getschedparam b_pthread_getschedparam macro
|
| D | usr_lib_ops.h | 60 int (*pthread_getschedparam)(pthread_t thread, int *policy, struct sched_param *param); member
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 141 #define pthread_getschedparam _pthread_getschedparam macro
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 141 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/ |
| D | mod.rs | 241 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 717 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1624 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 2815 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3233 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 4131 pub fn pthread_getschedparam( in pthread_getschedparam() function
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5236 pub fn pthread_getschedparam( in pthread_getschedparam() function
|