/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getschedparam function:
|
D | 1-1.c | 36 rc = pthread_attr_getschedparam(attr, ¶m); in verify_param()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setschedparam.c | 36 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_setschedparam_0100()
|
D | pthread_attr_get.c | 374 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_getschedparam_0100()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 21 _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/ |
D | usr_lib_define.h | 49 #define pthread_attr_getschedparam b_pthread_attr_getschedparam macro
|
D | usr_lib.h | 13 USR_LIBC_FUNC_DEF(int, pthread_attr_getschedparam, const pthread_attr_t *attr, struct sched_param *…
|
D | usr_lib_ops.h | 51 int (*pthread_attr_getschedparam)(const pthread_attr_t *attr, struct sched_param *param); member
|
D | pthread.h | 161 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 21 int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 21 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/ |
D | los_usr_libc.c | 95 int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) in pthread_attr_getschedparam() function 97 return g_usrLibc->pthread_attr_getschedparam(attr, param); in pthread_attr_getschedparam()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 3-2.c | 546 pthread_attr_getschedparam(& in main() 758 pthread_attr_getschedparam(& in main()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 71 pthread_attr_getschedparam YES MED
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 221 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 59 {int(*p)(const pthread_attr_t*restrict,struct sched_param*restrict) = pthread_attr_getschedparam;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 93 #define pthread_attr_getschedparam _pthread_attr_getschedparam macro
|
/third_party/musl/include/ |
D | pthread.h | 315 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 326 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 212 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 276 if (pthread_attr_getschedparam(&(thrd->attr), &schedp) != 0) { in startThread()
|
/third_party/ltp/testcases/open_posix_testsuite/ |
D | ChangeLog | 55 - pthread_attr_getschedparam, pthread_attr_setschedparam:
|