Home
last modified time | relevance | path

Searched refs:LOW_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
H A Dpthread_cond_wait_2.c35 #define LOW_PRIORITY 5 macro
92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) { in low_prio_thread()
122 param.sched_priority = LOW_PRIORITY; in main()
H A Dpthread_cond_wait_1.c35 #define LOW_PRIORITY 5 macro
92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) { in low_prio_thread()
122 param.sched_priority = LOW_PRIORITY; in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
H A D1-1.c36 #define LOW_PRIORITY 5 macro
95 if (policy != SCHED_RR || param.sched_priority != LOW_PRIORITY) { in low_prio_thread()
128 param.sched_priority = LOW_PRIORITY; in main()
H A D1-2.c36 #define LOW_PRIORITY 5 macro
95 if (param.sched_priority != LOW_PRIORITY) { in low_prio_thread()
143 param.sched_priority = LOW_PRIORITY; in main()

Completed in 2 milliseconds