Searched refs:next_execute_ptr (Results 1 – 2 of 2) sorted by relevance
96 TX_THREAD *next_execute_ptr; in _tx_mutex_priority_change() local245 next_execute_ptr = _tx_thread_execute_ptr; in _tx_mutex_priority_change() local248 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()
95 TX_THREAD *next_execute_ptr; in _tx_thread_priority_change() local241 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()