Home
last modified time | relevance | path

Searched refs:pthread_attr_getschedpolicy (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getschedpolicy function:
D2-1.c35 rc = pthread_attr_getschedpolicy(attr, &policy); in verify_policy()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setschedpolicy.c33 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_setschedpolicy_0100()
Dpthread_attr_get.c349 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_getschedpolicy_0100()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c27 _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/
Dusr_lib_define.h47 #define pthread_attr_getschedpolicy b_pthread_attr_getschedpolicy macro
Dusr_lib.h11 USR_LIBC_FUNC_DEF(int, pthread_attr_getschedpolicy, const pthread_attr_t *attr, int *policy)
Dusr_lib_ops.h49 int (*pthread_attr_getschedpolicy)(const pthread_attr_t *attr, int *policy); member
Dpthread.h159 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c27 int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict policy) in pthread_attr_getschedpolicy() function
/third_party/musl/src/thread/
Dpthread_attr_get.c27 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/
Dlos_usr_libc.c85 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/
D3-2.c537 pthread_attr_getschedpolicy(& in main()
748 pthread_attr_getschedpolicy(& in main()
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
Dpthread.c156 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getschedpolicy;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h94 #define pthread_attr_getschedpolicy _pthread_attr_getschedpolicy macro
/third_party/musl/include/
Dpthread.h313 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/linux/user/include/
Dpthread.h324 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h210 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c268 if (pthread_attr_getschedpolicy(&(thrd->attr), &policy) != 0) { in startThread()

12