Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 21 of 21) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_setschedparam.c81 if (param->sched_priority == 0) in pthread_attr_setschedparam()
87 … if(param->sched_priority >= PX_LOWEST_PRIORITY && param->sched_priority <= PX_HIGHEST_PRIORITY ) in pthread_attr_setschedparam()
90 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
Dpx_pth_setschedparam.c99 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
100 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
Dpx_pth_attr_getschedparam.c83 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
Dposix_demo.c119 param.sched_priority = 10; in tx_application_define()
126 param.sched_priority = 15; in tx_application_define()
133 param.sched_priority = 20; in tx_application_define()
140 param.sched_priority = 25; in tx_application_define()
147 param.sched_priority = 30; in tx_application_define()
154 param.sched_priority = 5; in tx_application_define()
Dposix_signal_self_send_test.c143 param.sched_priority = 10; in tx_application_define()
151 param.sched_priority = 15; in tx_application_define()
158 param.sched_priority = 20; in tx_application_define()
165 param.sched_priority = 25; in tx_application_define()
172 param.sched_priority = 30; in tx_application_define()
179 param.sched_priority = 5; in tx_application_define()
Dsched.h51 INT sched_priority; member
Dpx_pth_set_default_pthread_attr.c71 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
Dpx_pth_init.c219 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
222 pthread_ptr->orig_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
223 pthread_ptr->sched_attr.sched_priority= attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dposix_signal_suspended_thread_test.c87 param.sched_priority = 15; in tx_application_define()
95 param.sched_priority = 10; in tx_application_define()
Dposix_signal_resume_thread_test.c87 param.sched_priority = 15; in tx_application_define()
95 param.sched_priority = 10; in tx_application_define()
Dpx_pth_create.c169 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
Dposix_signal_sigwait_test.c80 param.sched_priority = 15; in tx_application_define()
88 param.sched_priority = 10; in tx_application_define()
Dpx_pth_kill.c226 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
Dposix_signal_sigmask_test.c82 param.sched_priority = 15; in tx_application_define()
90 param.sched_priority = 10; in tx_application_define()
Dposix_signal_nested_test.c76 param.sched_priority = 10; in tx_application_define()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_stack_build.c115 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
Dtx_initialize_low_level.c260 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()
297 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c117 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
Dtx_initialize_low_level.c267 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()
310 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
/ThreadX-v6.4.1/ports/linux/gnu/
Dreadme_threadx.txt108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;
/ThreadX-v6.4.1/ports_smp/linux/gnu/
Dreadme_threadx.txt108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;