Lines Matching refs:next_thread
84 TX_THREAD *next_thread; in _tx_thread_relinquish() local
148 next_thread = thread_ptr -> tx_thread_ready_next; in _tx_thread_relinquish()
167 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
178 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_relinquish()
179 previous_thread -> tx_thread_ready_next = next_thread; in _tx_thread_relinquish()
213 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
217 … if ((next_thread -> tx_thread_preempt_threshold < next_thread -> tx_thread_priority) || in _tx_thread_relinquish()
231 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()
238 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
241 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()
246 _tx_thread_smp_debug_entry_insert(1, 0, next_thread); in _tx_thread_relinquish()
264 TX_THREAD_STACK_CHECK(next_thread) in _tx_thread_relinquish()
293 next_thread = next_thread -> tx_thread_ready_next; in _tx_thread_relinquish()
296 } while ((next_thread != thread_ptr) && (finished == TX_FALSE)); in _tx_thread_relinquish()