Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_priority_change.c96 TX_THREAD *next_execute_ptr; in _tx_mutex_priority_change() local
245 next_execute_ptr = _tx_thread_execute_ptr; in _tx_mutex_priority_change() local
248 if (thread_ptr != next_execute_ptr) in _tx_mutex_priority_change()
256 if (thread_ptr -> tx_thread_priority <= next_execute_ptr -> tx_thread_priority) in _tx_mutex_priority_change()
288 … if (thread_ptr -> tx_thread_preempt_threshold <= next_execute_ptr -> tx_thread_priority) in _tx_mutex_priority_change()
Dtx_thread_priority_change.c95 TX_THREAD *next_execute_ptr; in _tx_thread_priority_change() local
241 next_execute_ptr = _tx_thread_execute_ptr; in _tx_thread_priority_change()
244 if (thread_ptr != next_execute_ptr) in _tx_thread_priority_change()
252 if (thread_ptr -> tx_thread_priority <= next_execute_ptr -> tx_thread_priority) in _tx_thread_priority_change()