Searched refs:next_execute_ptr (Results 1 – 2 of 2) sorted by relevance
95 TX_THREAD *next_execute_ptr; in _tx_mutex_priority_change() local244 next_execute_ptr = _tx_thread_execute_ptr; in _tx_mutex_priority_change() local247 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()
94 TX_THREAD *next_execute_ptr; in _tx_thread_priority_change() local240 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()