Home
last modified time | relevance | path

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

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D4-1.c119 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded()
134 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded()
D5-1.c180 ret = pthread_setschedparam(*(pthread_t *) arg, pol1, &sp1); in test()
186 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.c140 ret = pthread_setschedparam(*(pthread_t *) arg, SCHED_RR, &sp); in changer()
/external/crosvm/sys_util/src/
Dpriority.rs31 unsafe { libc::pthread_setschedparam(libc::pthread_self(), libc::SCHED_RR, &sched_param) }; in set_rt_round_robin()
/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/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-3.c77 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
D2-4.c65 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-1.c129 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/functional/threads/condvar/
Dpthread_cond_wait_1.c123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, &param)); in main()
Dpthread_cond_wait_2.c123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, &param)); in main()
/external/libchrome/base/threading/
Dplatform_thread_linux.cc104 pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0; in SetCurrentThreadPriorityForPlatform()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c122 rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in threaded()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-3.c67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
D2-2.c67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
D2-1.c67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
/external/webrtc/rtc_base/
Dplatform_thread.cc179 return pthread_setschedparam(thread_, policy, &param) == 0; in SetPriority()
/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.c68 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
/external/adhd/cras/src/common/
Dcras_util.c47 err = pthread_setschedparam(pthread_self(), SCHED_RR, &sched_param); in cras_set_thread_priority()
/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.cpp156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()

12