Searched refs:SCHED_FIFO (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_sched_get_prio.c | 72 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max() 120 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
|
| D | sched.h | 55 #define SCHED_FIFO 0 macro
|
| D | px_pth_setschedparam.c | 91 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam()
|
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 116 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 261 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level() 298 pthread_setschedparam(_tx_linux_timer_id, SCHED_FIFO, &sp); in _tx_initialize_low_level()
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 118 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 268 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level() 311 pthread_setschedparam(_tx_linux_timer_id, SCHED_FIFO, &sp); in _tx_initialize_low_level()
|
| /ThreadX-v6.4.1/ports/linux/gnu/ |
| D | readme_threadx.txt | 109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);
|