Searched refs:SCHED_FIFO (Results 1 – 10 of 10) sorted by relevance
36 constexpr int new_policy = SCHED_FIFO; in set_thread_priority()80 } else if (policy == SCHED_FIFO || policy == SCHED_RR) { in get_thread_priority()
101 : (policy == SCHED_FIFO) ? "SCHED_FIFO" : (policy == SCHED_RR) ? "SCHED_RR" : "???"; in threadDumpPri()140 REQUIRE(!pthread_attr_setschedpolicy(&attr, SCHED_FIFO)); in threadTransaction()141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in threadTransaction()
28 # allow self to set SCHED_FIFO
57 # allow self to set SCHED_FIFO
56 # Set self to SCHED_FIFO
108 # allow self to set SCHED_FIFO
76 case SCHED_FIFO: { in setMinSchedulerPolicy()
41 if (sched_setscheduler(getpid(), SCHED_FIFO, ¶m) != 0) { in SetScheduler()
37 #define SCHED_FIFO 1 macro
4289 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in main()