Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_priority_change.c95 TX_THREAD *next_execute_ptr; in _tx_mutex_priority_change() local
244 next_execute_ptr = _tx_thread_execute_ptr; in _tx_mutex_priority_change() local
247 if (thread_ptr != next_execute_ptr) in _tx_mutex_priority_change()
255 if (thread_ptr -> tx_thread_priority <= next_execute_ptr -> tx_thread_priority) in _tx_mutex_priority_change()
287 … if (thread_ptr -> tx_thread_preempt_threshold <= next_execute_ptr -> tx_thread_priority) in _tx_mutex_priority_change()
Dtx_thread_priority_change.c94 TX_THREAD *next_execute_ptr; in _tx_thread_priority_change() local
240 next_execute_ptr = _tx_thread_execute_ptr; in _tx_thread_priority_change()
243 if (thread_ptr != next_execute_ptr) in _tx_thread_priority_change()
251 if (thread_ptr -> tx_thread_priority <= next_execute_ptr -> tx_thread_priority) in _tx_thread_priority_change()