/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
D | 1-2.c | 59 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in hi_prio_thread() 90 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in low_prio_thread() 119 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in main()
|
D | 1-1.c | 68 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in hi_prio_thread() 94 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in low_prio_thread()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/ |
D | 1-1.c | 41 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/ |
D | pthread_cond_wait_1.c | 61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in hi_prio_thread() 91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in low_prio_thread()
|
D | pthread_cond_wait_2.c | 61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in hi_prio_thread() 91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, ¶m)); in low_prio_thread()
|
/external/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 117 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/realtime/func/prio-preempt/ |
D | prio-preempt.c | 141 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_getschedparam/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_getschedparam() function:
|
D | 1-1.c | 35 rc = pthread_getschedparam(pthread_self(), &policy, &sparam); in thread_func()
|
D | 1-2.c | 45 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 3-2.c | 321 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/ |
D | 1-1.c | 31 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func()
|
D | 4-1.c | 94 ret = pthread_getschedparam(thread, &t_pol, &t_parm); in check_param()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 15-1.c | 70 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
D | 22-1.c | 75 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
D | 22-2.c | 74 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
D | 15-2.c | 76 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 21-2.c | 69 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
D | 21-1.c | 69 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
D | 20-1.c | 71 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-3.c | 41 rc = pthread_getschedparam(pthread_self(), &policy, ¶m); in thread()
|
D | 2-4.c | 41 rc = pthread_getschedparam(pthread_self(), &policy, ¶m); in thread()
|
D | 2-1.c | 42 rc = pthread_getschedparam(self, &new_policy, ¶m); in thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/ |
D | 1-3.c | 41 if (pthread_getschedparam(pthread_self(), &policy, ¶m) != 0) { in thread()
|
D | 1-4.c | 43 rc = pthread_getschedparam(pthread_self(), &policy, ¶m); in thread()
|