Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sched_get_prio.c73 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max()
121 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
Dsched.h56 #define SCHED_FIFO 0 macro
Dpx_pth_setschedparam.c92 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam()
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_stack_build.c117 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
Dtx_initialize_low_level.c262 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level()
299 pthread_setschedparam(_tx_linux_timer_id, SCHED_FIFO, &sp); in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c119 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
Dtx_initialize_low_level.c269 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level()
312 pthread_setschedparam(_tx_linux_timer_id, SCHED_FIFO, &sp); in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports/linux/gnu/
Dreadme_threadx.txt109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);
/ThreadX-v6.3.0/ports_smp/linux/gnu/
Dreadme_threadx.txt109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);