Lines Matching refs:next_thread
81 TX_THREAD *next_thread; in _tx_thread_time_slice() local
188 next_thread = thread_ptr -> tx_thread_ready_next; in _tx_thread_time_slice()
207 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_time_slice()
218 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_time_slice()
219 previous_thread -> tx_thread_ready_next = next_thread; in _tx_thread_time_slice()
250 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> core_index) & ((ULONG) 1); in _tx_thread_time_slice()
253 … if (next_thread -> tx_thread_preempt_threshold < next_thread -> tx_thread_priority) in _tx_thread_time_slice()
277 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_time_slice()
281 … next_thread -> tx_thread_smp_core_mapped = core_index; in _tx_thread_time_slice()
284 _tx_thread_execute_ptr[core_index] = next_thread; in _tx_thread_time_slice()
310 next_thread = next_thread -> tx_thread_ready_next; in _tx_thread_time_slice()
312 } while (next_thread != thread_ptr); in _tx_thread_time_slice()