Searched refs:current_priority (Results 1 – 5 of 5) sorted by relevance
166 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()
101 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()
223 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()
220 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
332 ULONG current_priority; member