Home
last modified time | relevance | path

Searched refs:pthread_getschedparam (Results 1 – 25 of 60) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c59 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in hi_prio_thread()
90 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in low_prio_thread()
119 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in main()
D1-1.c68 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in hi_prio_thread()
94 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in low_prio_thread()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/
D1-1.c41 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func()
58 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func()
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_2.c61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in hi_prio_thread()
91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in low_prio_thread()
Dpthread_cond_wait_1.c61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in hi_prio_thread()
91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param)); in low_prio_thread()
/external/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c117 pthread_getschedparam(pthr->pthread, &policy, &schedp); in func_nonrt()
166 pthread_getschedparam(pthr->pthread, &policy, &schedp); in func_rt()
222 pthread_getschedparam(pthr->pthread, &policy, &schedp); in func_noise()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
Dcoverage.txt1 This document defines the coverage for the pthread_getschedparam() function:
D1-1.c35 rc = pthread_getschedparam(pthread_self(), &policy, &sparam); in thread_func()
D1-2.c45 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in thread_func()
/external/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c141 if (pthread_getschedparam(pthread_self(), &policy, &sched_param) != 0) { in busy_thread()
168 if (pthread_getschedparam(pthread_self(), &policy, &sched_param) != 0) { in worker_thread()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c321 pthread_getschedparam(pthread_self(), &(td->policy), &(td->param)); in schedtest()
340 pthread_getschedparam(pthread_self(), &(td->policy), &(td->param)); in schedtest()
687 pthread_getschedparam(child, in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D1-1.c31 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func()
D4-1.c94 ret = pthread_getschedparam(thread, &t_pol, &t_parm); in check_param()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D15-1.c70 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
D22-1.c75 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
D22-2.c74 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
D15-2.c76 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D21-2.c69 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
D20-1.c71 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
D21-1.c69 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-3.c41 rc = pthread_getschedparam(pthread_self(), &policy, &param); in thread()
D2-4.c41 rc = pthread_getschedparam(pthread_self(), &policy, &param); in thread()
D2-1.c42 rc = pthread_getschedparam(self, &new_policy, &param); in thread_func()
D2-2.c48 rc = pthread_getschedparam(self, &new_policy, &param); in thread_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c41 if (pthread_getschedparam(pthread_self(), &policy, &param) != 0) { in thread()

123