Home
last modified time | relevance | path

Searched refs:pthread_setschedparam (Results 1 – 25 of 30) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D4-1.c122 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded()
137 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded()
D5-1.c183 ret = pthread_setschedparam(*(pthread_t *) arg, pol1, &sp1); in test()
189 ret = pthread_setschedparam(*(pthread_t *) arg, pol2, &sp2); in test()
Dcoverage.txt1 This document defines the coverage for the pthread_setschedparam() function:
D1-1.c26 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func()
D1-2.c143 ret = pthread_setschedparam(*(pthread_t *) arg, SCHED_RR, &sp); in changer()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-2.c40 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in thread_func()
D1-3.c179 ret = pthread_setschedparam(child, SCHED_FIFO, &sp); in main()
/external/libchrome/base/threading/
Dplatform_thread_linux.cc45 pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0; in SetCurrentThreadPriorityForPlatform()
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dpitest.h30 if (pthread_setschedparam(pid, policy, &sched_param) == -1) in test_set_priority()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/
D1-1.c36 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-4.c65 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
D2-3.c77 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c106 rc = pthread_setschedparam(pthread_self(), FIFOPOLICY, &param); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_2.c123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, &param)); in main()
Dpthread_cond_wait_1.c123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, &param)); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-1.c130 SAFE_PFUNC(pthread_setschedparam(pthread_self(), SCHED_RR, &param)); in main()
D1-2.c118 SAFE_PFUNC(pthread_setschedparam(pthread_self(), SCHED_RR, &param)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c125 rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in threaded()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-3.c68 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
D2-2.c68 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
D2-1.c68 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D2-1.c158 rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D3-1.c69 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
/external/webrtc/webrtc/base/
Dplatform_thread.cc246 return pthread_setschedparam(thread_, policy, &param) == 0; in SetPriority()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c375 ret = pthread_setschedparam(pthread_self(), newpol, &newparam); in schedtest()

12