/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_setschedpolicy.c | 33 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_setschedpolicy_0100()
|
H A 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/ |
H A D | pthread_attr_get.c | 27 _LIBC_TEXT_SECTION 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/include/ |
H A D | usr_lib_define.h | 47 #define pthread_attr_getschedpolicy b_pthread_attr_getschedpolicy macro
|
H A D | usr_lib_ops.h | 49 int (*pthread_attr_getschedpolicy)(const pthread_attr_t *attr, int *policy); member
|
H A D | pthread.h | 159 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/ |
H A D | 2-1.c | 8 * Test pthread_attr_getschedpolicy() 13 * 3. Call pthread_attr_getschedpolicy to get the policy 23 #define FUNCTION "pthread_attr_getschedpolicy" 35 rc = pthread_attr_getschedpolicy(attr, &policy); in verify_policy() 37 printf(ERROR_PREFIX "pthread_attr_getschedpolicy\n"); in verify_policy()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | 3-2.c | 537 pthread_attr_getschedpolicy(& in main() 748 pthread_attr_getschedpolicy(& in main()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 94 #define pthread_attr_getschedpolicy _pthread_attr_getschedpolicy
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 156 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getschedpolicy;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 339 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A 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_create/ |
H A D | threads_scenarii.c | 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
H A D | testpi-3.c | 268 if (pthread_attr_getschedpolicy(&(thrd->attr), &policy) != 0) { in startThread()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A 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_self/ |
H A D | threads_scenarii.c | 330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/musl/include/ |
H A D | pthread.h | 313 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17922 extern int pthread_attr_getschedpolicy (const pthread_attr_t *__restrict [all...] |