Lines Matching refs:next_thread
85 TX_THREAD *next_thread; in _tx_thread_relinquish() local
149 next_thread = thread_ptr -> tx_thread_ready_next; in _tx_thread_relinquish()
168 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
179 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_relinquish()
180 previous_thread -> tx_thread_ready_next = next_thread; in _tx_thread_relinquish()
214 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
218 … if ((next_thread -> tx_thread_preempt_threshold < next_thread -> tx_thread_priority) || in _tx_thread_relinquish()
232 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()
239 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
242 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()
247 _tx_thread_smp_debug_entry_insert(1, 0, next_thread); in _tx_thread_relinquish()
265 TX_THREAD_STACK_CHECK(next_thread) in _tx_thread_relinquish()
294 next_thread = next_thread -> tx_thread_ready_next; in _tx_thread_relinquish()
297 } while ((next_thread != thread_ptr) && (finished == TX_FALSE)); in _tx_thread_relinquish()