/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getschedpolicy function:
|
D | 2-1.c | 35 rc = pthread_attr_getschedpolicy(attr, &policy); in verify_policy()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setschedpolicy.c | 33 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_setschedpolicy_0100()
|
D | pthread_attr_get.c | 349 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_getschedpolicy_0100()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 27 _LIBC_TEXT_SECTION int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict … in pthread_attr_getschedpolicy() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 47 #define pthread_attr_getschedpolicy b_pthread_attr_getschedpolicy macro
|
D | usr_lib.h | 11 USR_LIBC_FUNC_DEF(int, pthread_attr_getschedpolicy, const pthread_attr_t *attr, int *policy)
|
D | usr_lib_ops.h | 49 int (*pthread_attr_getschedpolicy)(const pthread_attr_t *attr, int *policy); member
|
D | pthread.h | 159 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 27 int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict policy) in pthread_attr_getschedpolicy() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 27 int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict policy) in pthread_attr_getschedpolicy() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 85 int pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) in pthread_attr_getschedpolicy() function 87 return g_usrLibc->pthread_attr_getschedpolicy(attr, policy); in pthread_attr_getschedpolicy()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 3-2.c | 537 pthread_attr_getschedpolicy(& in main() 748 pthread_attr_getschedpolicy(& in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 156 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getschedpolicy;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 94 #define pthread_attr_getschedpolicy _pthread_attr_getschedpolicy macro
|
/third_party/musl/include/ |
D | pthread.h | 313 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 324 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 210 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 268 if (pthread_attr_getschedpolicy(&(thrd->attr), &policy) != 0) { in startThread()
|