Home
last modified time | relevance | path

Searched refs:pthread_attr_getschedparam (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getschedparam function:
D1-1.c36 rc = pthread_attr_getschedparam(attr, &param); in verify_param()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setschedparam.c36 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_setschedparam_0100()
Dpthread_attr_get.c374 ret = pthread_attr_getschedparam(&attr, &getparam); in pthread_attr_getschedparam_0100()
/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.h13 USR_LIBC_FUNC_DEF(int, pthread_attr_getschedparam, const pthread_attr_t *attr, struct sched_param *…
Dusr_lib_ops.h51 int (*pthread_attr_getschedparam)(const pthread_attr_t *attr, struct sched_param *param); member
Dpthread.h161 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/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/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
97 return g_usrLibc->pthread_attr_getschedparam(attr, param); in pthread_attr_getschedparam()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c546 pthread_attr_getschedparam(& in main()
758 pthread_attr_getschedparam(& in main()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads71 pthread_attr_getschedparam YES MED
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs221 pub fn pthread_attr_getschedparam( in pthread_attr_getschedparam() function
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h168 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/libc-test/src/api/
Dpthread.c59 {int(*p)(const pthread_attr_t*restrict,struct sched_param*restrict) = pthread_attr_getschedparam;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h93 #define pthread_attr_getschedparam _pthread_attr_getschedparam macro
/third_party/musl/include/
Dpthread.h315 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/linux/user/include/
Dpthread.h326 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h212 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c276 if (pthread_attr_getschedparam(&(thrd->attr), &schedp) != 0) { in startThread()
/third_party/ltp/testcases/open_posix_testsuite/
DChangeLog55 - pthread_attr_getschedparam, pthread_attr_setschedparam:

12