Searched refs:test_set_priority (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-6.c | 108 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()
|
D | pitest-2.c | 111 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()
|
D | pitest-3.c | 112 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()
|
D | pitest-1.c | 109 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()
|
D | pitest-5.c | 102 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()
|
D | pitest-4.c | 112 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/ |
D | pitest.h | 25 int test_set_priority(pthread_t pid, unsigned policy, unsigned prio) in test_set_priority() function
|