Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setschedpolicy.c33 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_setschedpolicy_0100()
H A Dpthread_attr_get.c349 ret = pthread_attr_getschedpolicy(&attr, &getpolicy); in pthread_attr_getschedpolicy_0100()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_get.c27 _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 Dusr_lib_define.h47 #define pthread_attr_getschedpolicy b_pthread_attr_getschedpolicy macro
H A Dusr_lib_ops.h49 int (*pthread_attr_getschedpolicy)(const pthread_attr_t *attr, int *policy); member
H A Dpthread.h159 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 D2-1.c8 * 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 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/
H A 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/
H A 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/
H A D3-2.c537 pthread_attr_getschedpolicy(& in main()
748 pthread_attr_getschedpolicy(& in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h94 #define pthread_attr_getschedpolicy _pthread_attr_getschedpolicy macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h166 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c156 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getschedpolicy;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h339 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h210 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c268 if (pthread_attr_getschedpolicy(&(thrd->attr), &policy) != 0) { in startThread()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init()
/third_party/musl/include/
H A Dpthread.h313 int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17922 extern int pthread_attr_getschedpolicy (const pthread_attr_t *__restrict
[all...]

Completed in 40 milliseconds