Searched refs:preempted_thread (Results 1 – 4 of 4) sorted by relevance
102 TX_THREAD *preempted_thread; in _tx_thread_smp_rebalance_execute_list() local125 preempted_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_rebalance_execute_list()187 if (preempted_thread != TX_NULL) in _tx_thread_smp_rebalance_execute_list()192 if (next_priority >= preempted_thread -> tx_thread_preempt_threshold) in _tx_thread_smp_rebalance_execute_list()196 if (next_priority <= preempted_thread -> tx_thread_priority) in _tx_thread_smp_rebalance_execute_list()200 next_priority = preempted_thread -> tx_thread_priority; in _tx_thread_smp_rebalance_execute_list()203 schedule_thread = preempted_thread; in _tx_thread_smp_rebalance_execute_list()378 if (schedule_thread == preempted_thread) in _tx_thread_smp_rebalance_execute_list()
90 TX_THREAD *preempted_thread; in _tx_thread_preemption_change() local252 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_preemption_change()255 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_preemption_change()
97 TX_THREAD *preempted_thread; in _tx_thread_relinquish() local405 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_relinquish()408 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_relinquish()
126 TX_THREAD *preempted_thread; in _tx_thread_system_suspend() local405 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_system_suspend()408 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_system_suspend()