Home
last modified time | relevance | path

Searched refs:current_priority (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c165 pthread_ptr->current_priority = current_thread_ptr->current_priority ; in pthread_create()
174 pthread_ptr->threshold = pthread_ptr->current_priority ; /* preemption threshold */ in pthread_create()
183 pthread_ptr->threshold = pthread_ptr->current_priority ; in pthread_create()
238 (TX_LOWEST_PRIORITY - pthread_ptr->current_priority + 1), in pthread_create()
Dpx_pth_setschedparam.c100 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
104 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
Dpx_pth_kill.c222 new_signal_thread -> current_priority = target_thread -> current_priority ; in pthread_kill()
262 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
263 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
Dpx_pth_init.c219 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dtx_posix.h331 ULONG current_priority; member