Home
last modified time | relevance | path

Searched refs:pthread_attr_setschedparam (Results 1 – 25 of 35) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
D1-1.c72 rc = pthread_attr_setschedparam(&attr, &param); in main()
90 rc = pthread_attr_setschedparam(&attr, &param); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c136 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
144 SAFE_PFUNC(pthread_attr_setschedparam(&low_attr, &param)); in main()
D1-1.c125 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_setschedparam function:
D1-2.c67 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-1.c65 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-4.c76 rc = pthread_attr_setschedparam(&attr, &param); in main()
D1-3.c73 rc = pthread_attr_setschedparam(&attr, &param); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
D3-1.c55 rc = pthread_attr_setschedparam(&attr, &param); in main()
D3-2.c55 rc = pthread_attr_setschedparam(&attr, &param); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-2.c83 rc = pthread_attr_setschedparam(&attr, &sp); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_2.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
Dpthread_cond_wait_1.c118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
Dcommon.h104 rc = pthread_attr_setschedparam(attr, &sp); in init_attr()
D2-1.c111 rc = pthread_attr_setschedparam(&attr, &sp); in create_thread()
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()
Dpthread_cond_many.c129 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in create_thread_()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c651 pthread_attr_setschedparam(& in main()
724 pthread_attr_setschedparam(& in main()
D1-6.c92 ret = pthread_attr_setschedparam(attr, &sched_param); in init_attr()
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c75 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
Dstress.c243 ret = pthread_attr_setschedparam(&ta[i], &sp); in main()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads72 pthread_attr_setschedparam YES MED
/external/ltp/testcases/open_posix_testsuite/
DChangeLog26 - pthread_attr_setschedparam/1-3.c 1-4.c:
55 - pthread_attr_getschedparam, pthread_attr_setschedparam:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-3.c153 ret = pthread_attr_setschedparam(&ta, &sp); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c320 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init()

12