Lines Matching refs:next_thread
118 TX_THREAD *next_thread; in _tx_thread_system_suspend() local
422 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
439 next_thread = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend()
449 next_thread = thread_ptr; in _tx_thread_system_suspend()
651 if (next_thread == thread_ptr) in _tx_thread_system_suspend()
661 next_thread = TX_NULL; in _tx_thread_system_suspend()
688 if (next_thread == TX_NULL) in _tx_thread_system_suspend()
705 next_thread = _tx_thread_priority_list[next_priority]; in _tx_thread_system_suspend()
714 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()
720 … if (next_thread -> tx_thread_preempt_threshold != next_thread -> tx_thread_priority) in _tx_thread_system_suspend()
733 … if ((((next_thread -> tx_thread_smp_cores_allowed >> i) & ((ULONG) 1))) != ((ULONG) 0)) in _tx_thread_system_suspend()
737 next_thread -> tx_thread_smp_core_mapped = i; in _tx_thread_system_suspend()
740 _tx_thread_execute_ptr[i] = next_thread; in _tx_thread_system_suspend()
756 … thread_possible_cores = next_thread -> tx_thread_smp_cores_allowed; in _tx_thread_system_suspend()
776 …core = _tx_thread_smp_remap_solution_find(next_thread, available_cores, thread_possible_cores, te… in _tx_thread_system_suspend()
810 next_thread = next_thread -> tx_thread_ready_next; in _tx_thread_system_suspend()
813 if (next_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_system_suspend()
817 next_thread = TX_NULL; in _tx_thread_system_suspend()