/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_setschedparam.c | 36 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_setschedparam_0100()
|
H A 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/ |
H A D | pthread_attr_get.c | 21 _LIBC_TEXT_SECTION 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/include/ |
H A D | usr_lib_define.h | 49 #define pthread_attr_getschedparam b_pthread_attr_getschedparam macro
|
H A D | usr_lib_ops.h | 51 int (*pthread_attr_getschedparam)(const pthread_attr_t *attr, struct sched_param *param); member
|
H A 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/ |
H A 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/ |
H A 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/ |
H A D | 1-1.c | 8 * Test pthread_attr_getschedparam() 14 * 4. Call pthread_attr_getschedparam to get the sched param 24 #define FUNCTION "pthread_attr_getschedparam" 36 rc = pthread_attr_getschedparam(attr, ¶m); in verify_param() 38 printf(ERROR_PREFIX "pthread_attr_getschedparam\n"); in verify_param()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A 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/ |
H A D | 3-2.c | 546 pthread_attr_getschedparam(& in main() 758 pthread_attr_getschedparam(& in main()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 93 #define pthread_attr_getschedparam _pthread_attr_getschedparam
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A 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/ |
H A 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/ |
H A D | pthread.h | 168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 59 {int(*p)(const pthread_attr_t*restrict,struct sched_param*restrict) = pthread_attr_getschedparam;} in f()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 221 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() functions
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 341 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A 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/ |
H A D | testpi-3.c | 276 if (pthread_attr_getschedparam(&(thrd->attr), &schedp) != 0) { in startThread()
|
/third_party/musl/include/ |
H A D | pthread.h | 315 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pthread.cpp | 679 perror("pthread_attr_setschedparam pthread_attr_getschedparam"); in Bm_function_pthread_attr_getschedparam() 683 if (pthread_attr_getschedparam(&attr, &getparam) != 0) { in Bm_function_pthread_attr_getschedparam() 684 perror("pthread_attr_getschedparam proc"); in Bm_function_pthread_attr_getschedparam() 723 perror("pthread_attr_setschedparam pthread_attr_getschedparam"); in Bm_function_pthread_attr_setschedparam()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5228 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17912 extern int pthread_attr_getschedparam (const pthread_attr_t *__restrict __attr, [all...] |