Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c169 pthread_ptr->orig_priority = current_thread_ptr->orig_priority ; in pthread_create()
Dpx_pth_setschedparam.c106 thread_tcb->orig_priority=(ULONG) Tmp; in pthread_setschedparam()
Dpx_pth_kill.c226 new_signal_thread -> orig_priority = target_thread -> orig_priority ; in pthread_kill()
Dpx_pth_init.c223 pthread_ptr->orig_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dtx_posix.h330 ULONG orig_priority; member