Searched defs:SCHED_FIFO (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dsched.h14 #define SCHED_FIFO 1 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c151 check_param( pthread_self(), SCHED_FIFO, sched_get_priority_min( SCHED_FIFO ) ); local
172 check_param( pthread_self(), SCHED_FIFO, sched_get_priority_max( SCHED_FIFO ) ); local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Dpitest-1.c106 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); local
137 test_set_priority(pthread_self(), SCHED_FIFO, t local
169 test_set_priority(pthread_self(), SCHED_FIFO, 5); local
199 test_set_priority(pthread_self(), SCHED_FIFO, 4); local
236 test_set_priority(pthread_self(), SCHED_FIFO, 6); local
[all...]
H A Dpitest-2.c108 test_set_priority(pthread_self(), SCHED_FIFO, t local
138 test_set_priority(pthread_self(),SCHED_FIFO, tp->priority); local
170 test_set_priority(pthread_self(),SCHED_FIFO, 7); local
199 test_set_priority(pthread_self(),SCHED_FIFO, 4); local
230 test_set_priority(pthread_self(),SCHED_FIFO, 6); local
263 test_set_priority(pthread_self(),SCHED_FIFO, 8); local
[all...]
H A Dpitest-3.c110 test_set_priority(pthread_self(),SCHED_FIFO, t local
150 test_set_priority(pthread_self(),SCHED_FIFO, tp->priority); local
180 test_set_priority(pthread_self(),SCHED_FIFO, 7); local
213 test_set_priority(pthread_self(),SCHED_FIFO, 4); local
243 test_set_priority(pthread_self(),SCHED_FIFO, 6); local
278 test_set_priority(pthread_self(),SCHED_FIFO, 8); local
[all...]
H A Dpitest-4.c110 test_set_priority(pthread_self(),SCHED_FIFO, tp->priority); local
151 test_set_priority(pthread_self(),SCHED_FIFO, local
181 test_set_priority(pthread_self(),SCHED_FIFO, 2); local
216 test_set_priority(pthread_self(),SCHED_FIFO, 5); local
251 test_set_priority(pthread_self(),SCHED_FIFO, 8); local
[all...]
H A Dpitest-5.c102 test_set_priority(pthread_self(),SCHED_FIFO, tp->priority); local
141 test_set_priority(pthread_self(),SCHED_FIFO, t local
186 test_set_priority(pthread_self(),SCHED_FIFO, 5); local
219 test_set_priority(pthread_self(),SCHED_FIFO, 4); local
257 test_set_priority(pthread_self(),SCHED_FIFO, 6); local
[all...]
H A Dpitest-6.c105 test_set_priority(pthread_self(), SCHED_FIFO, tp->priority); local
143 test_set_priority(pthread_self(), SCHED_FIFO, t local
169 test_set_priority(pthread_self(), SCHED_FIFO, 5); local
199 test_set_priority(pthread_self(), SCHED_FIFO, 4); local
237 test_set_priority(pthread_self(), SCHED_FIFO, 6); local
[all...]

Completed in 190 milliseconds