Home
last modified time | relevance | path

Searched refs:new_pt_thread (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_priority_change.c96 TX_THREAD *new_pt_thread; in _tx_mutex_priority_change() local
428new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_mutex_priority_change()
438 if (new_pt_thread != TX_NULL) in _tx_mutex_priority_change()
444 priority = new_pt_thread -> tx_thread_priority; in _tx_mutex_priority_change()
Dtx_thread_priority_change.c96 TX_THREAD *new_pt_thread; in _tx_thread_priority_change() local
451new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_priority_change()
461 if (new_pt_thread != TX_NULL) in _tx_thread_priority_change()
467 priority = new_pt_thread -> tx_thread_priority; in _tx_thread_priority_change()