Home
last modified time | relevance | path

Searched refs:test_set_priority (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
Dpitest-6.c108 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
149 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_tl()
174 test_set_priority(pthread_self(), SCHED_FIFO, 5); in thread_sample()
205 test_set_priority(pthread_self(), SCHED_FIFO, 4); in thread_tb()
241 test_set_priority(pthread_self(), SCHED_FIFO, 6); in main()
302 test_set_priority(threadtb, SCHED_FIFO, 1); in main()
Dpitest-2.c111 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
143 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_tl()
175 test_set_priority(pthread_self(), SCHED_FIFO, 7); in thread_sample()
205 test_set_priority(pthread_self(), SCHED_FIFO, 4); in thread_tb1()
234 test_set_priority(pthread_self(), SCHED_FIFO, 6); in thread_tb2()
268 test_set_priority(pthread_self(), SCHED_FIFO, 8); in main()
Dpitest-3.c112 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
154 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_tl()
183 test_set_priority(pthread_self(), SCHED_FIFO, 7); in thread_sample()
216 test_set_priority(pthread_self(), SCHED_FIFO, 4); in thread_tb1()
244 test_set_priority(pthread_self(), SCHED_FIFO, 6); in thread_tb2()
279 test_set_priority(pthread_self(), SCHED_FIFO, 8); in main()
Dpitest-1.c109 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
143 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_tl()
175 test_set_priority(pthread_self(), SCHED_FIFO, 5); in thread_sample()
205 test_set_priority(pthread_self(), SCHED_FIFO, 4); in thread_tb()
242 test_set_priority(pthread_self(), SCHED_FIFO, 6); in main()
Dpitest-5.c102 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
142 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_tl()
191 test_set_priority(pthread_self(), SCHED_FIFO, 5); in thread_sample()
226 test_set_priority(pthread_self(), SCHED_FIFO, 4); in thread_tb()
265 test_set_priority(pthread_self(), SCHED_FIFO, 6); in main()
Dpitest-4.c112 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); in thread_fn()
152 test_set_priority(pthread_self(), SCHED_FIFO, 6); in thread_sample()
182 test_set_priority(pthread_self(), SCHED_FIFO, 3); in thread_tb1()
214 test_set_priority(pthread_self(), SCHED_FIFO, 5); in thread_tb2()
249 test_set_priority(pthread_self(), SCHED_FIFO, 8); in main()
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dpitest.h25 int test_set_priority(pthread_t pid, unsigned policy, unsigned prio) in test_set_priority() function