/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 4-1.c | 119 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded() 134 ret = pthread_setschedparam(pthread_self(), SCHED_RR, &sp); in threaded()
|
D | 5-1.c | 180 ret = pthread_setschedparam(*(pthread_t *) arg, pol1, &sp1); in test() 186 ret = pthread_setschedparam(*(pthread_t *) arg, pol2, &sp2); in test()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_setschedparam() function:
|
D | 1-1.c | 26 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func()
|
D | 1-2.c | 140 ret = pthread_setschedparam(*(pthread_t *) arg, SCHED_RR, &sp); in changer()
|
/external/crosvm/sys_util/src/ |
D | priority.rs | 31 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/ |
D | 1-2.c | 40 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in thread_func()
|
D | 1-3.c | 179 ret = pthread_setschedparam(child, SCHED_FIFO, &sp); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/ |
D | 1-1.c | 36 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-3.c | 77 rc = pthread_setschedparam(pthread_self(), POLICY, ¶m); in main()
|
D | 2-4.c | 65 rc = pthread_setschedparam(pthread_self(), POLICY, ¶m); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
D | 1-1.c | 129 SAFE_PFUNC(pthread_setschedparam(pthread_self(), SCHED_RR, ¶m)); in main()
|
D | 1-2.c | 118 SAFE_PFUNC(pthread_setschedparam(pthread_self(), SCHED_RR, ¶m)); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
D | pthread_cond_wait_1.c | 123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, ¶m)); in main()
|
D | pthread_cond_wait_2.c | 123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, ¶m)); in main()
|
/external/libchrome/base/threading/ |
D | platform_thread_linux.cc | 104 pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0; in SetCurrentThreadPriorityForPlatform()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 16-1.c | 122 rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in threaded()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 2-3.c | 67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
|
D | 2-2.c | 67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
|
D | 2-1.c | 67 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
|
/external/webrtc/rtc_base/ |
D | platform_thread.cc | 179 return pthread_setschedparam(thread_, policy, ¶m) == 0; in SetPriority()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 2-1.c | 158 rc = pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 3-1.c | 68 if (pthread_setschedparam(pid, policy, &sched_param) == -1) { in set_priority()
|
/external/adhd/cras/src/common/ |
D | cras_util.c | 47 err = pthread_setschedparam(pthread_self(), SCHED_RR, &sched_param); in cras_set_thread_priority()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBContext.cpp | 156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
|