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/ |
D | 1-1.c | 72 rc = pthread_attr_setschedparam(&attr, ¶m); in main() 90 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
D | 1-2.c | 136 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main() 144 SAFE_PFUNC(pthread_attr_setschedparam(&low_attr, ¶m)); in main()
|
D | 1-1.c | 125 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_setschedparam function:
|
D | 1-2.c | 67 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-1.c | 65 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-4.c | 76 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 1-3.c | 73 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/ |
D | 3-1.c | 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
D | 3-2.c | 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-2.c | 83 rc = pthread_attr_setschedparam(&attr, &sp); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
D | pthread_cond_wait_2.c | 118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
D | pthread_cond_wait_1.c | 118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, ¶m)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | common.h | 104 rc = pthread_attr_setschedparam(attr, &sp); in init_attr()
|
D | 2-1.c | 111 rc = pthread_attr_setschedparam(&attr, &sp); in create_thread()
|
/external/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_latency.c | 138 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in test_signal()
|
D | pthread_cond_many.c | 129 if (pthread_attr_setschedparam(&attr, &schparm) != 0) { in create_thread_()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 3-2.c | 651 pthread_attr_setschedparam(& in main() 724 pthread_attr_setschedparam(& in main()
|
D | 1-6.c | 92 ret = pthread_attr_setschedparam(attr, &sched_param); in init_attr()
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 75 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
D | stress.c | 243 ret = pthread_attr_setschedparam(&ta[i], &sp); in main()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 72 pthread_attr_setschedparam YES MED
|
/external/ltp/testcases/open_posix_testsuite/ |
D | ChangeLog | 26 - 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/ |
D | 1-3.c | 153 ret = pthread_attr_setschedparam(&ta, &sp); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 320 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init()
|
12