Searched refs:preempted_thread (Results 1 – 4 of 4) sorted by relevance
103 TX_THREAD *preempted_thread; in _tx_thread_smp_rebalance_execute_list() local126 preempted_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_rebalance_execute_list()188 if (preempted_thread != TX_NULL) in _tx_thread_smp_rebalance_execute_list()193 if (next_priority >= preempted_thread -> tx_thread_preempt_threshold) in _tx_thread_smp_rebalance_execute_list()197 if (next_priority <= preempted_thread -> tx_thread_priority) in _tx_thread_smp_rebalance_execute_list()201 next_priority = preempted_thread -> tx_thread_priority; in _tx_thread_smp_rebalance_execute_list()204 schedule_thread = preempted_thread; in _tx_thread_smp_rebalance_execute_list()379 if (schedule_thread == preempted_thread) in _tx_thread_smp_rebalance_execute_list()
91 TX_THREAD *preempted_thread; in _tx_thread_preemption_change() local253 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_preemption_change()256 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_preemption_change()
98 TX_THREAD *preempted_thread; in _tx_thread_relinquish() local406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_relinquish()409 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_relinquish()
127 TX_THREAD *preempted_thread; in _tx_thread_system_suspend() local406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_system_suspend()409 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_system_suspend()