Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_setschedparam.c82 if (param->sched_priority == 0) in pthread_attr_setschedparam()
88 … if(param->sched_priority >= PX_LOWEST_PRIORITY && param->sched_priority <= PX_HIGHEST_PRIORITY ) in pthread_attr_setschedparam()
91 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
Dpx_pth_setschedparam.c100 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
101 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
Dpx_pth_attr_getschedparam.c84 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.h52 INT sched_priority; member
Dpx_pth_set_default_pthread_attr.c72 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
Dpx_pth_init.c220 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
223 pthread_ptr->orig_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
224 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.c170 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.c227 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.3.0/ports/linux/gnu/src/
Dtx_thread_stack_build.c116 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
Dtx_initialize_low_level.c261 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()
298 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c118 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
Dtx_initialize_low_level.c268 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()
311 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports/linux/gnu/
Dreadme_threadx.txt108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;
/ThreadX-v6.3.0/ports_smp/linux/gnu/
Dreadme_threadx.txt108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;