Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c166 pthread_ptr->current_priority = current_thread_ptr->current_priority ; in pthread_create()
175 pthread_ptr->threshold = pthread_ptr->current_priority ; /* preemption threshold */ in pthread_create()
184 pthread_ptr->threshold = pthread_ptr->current_priority ; in pthread_create()
239 (TX_LOWEST_PRIORITY - pthread_ptr->current_priority + 1), in pthread_create()
Dpx_pth_setschedparam.c101 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
105 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
Dpx_pth_kill.c223 new_signal_thread -> current_priority = target_thread -> current_priority ; in pthread_kill()
263 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
264 (TX_LOWEST_PRIORITY - new_signal_thread -> current_priority + 1), in pthread_kill()
Dpx_pth_init.c220 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dtx_posix.h332 ULONG current_priority; member