Searched refs:pthread_setschedparam (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 117 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 262 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/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_setschedparam.c | 76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam() function
|
| D | tx_posix.h | 546 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param …
|
| D | readme_threadx_posix.txt | 169 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param …
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 119 pthread_setschedparam(thread_ptr -> tx_thread_linux_thread_id, SCHED_FIFO, &sp); in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 269 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/ |
| D | readme_threadx.txt | 64 ThreadX for linux utilizes the API pthread_setschedparam() which requires 109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 64 ThreadX SMP for linux utilizes the API pthread_setschedparam() which requires 109 pthread_setschedparam(_sample_linux_interrupt_thread, SCHED_FIFO, &sp);
|