Home
last modified time | relevance | path

Searched refs:next_preempted (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c90 UINT next_preempted; in _tx_thread_preemption_change() local
250 next_preempted = base_priority + priority_bit; in _tx_thread_preemption_change()
253 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_preemption_change()
Dtx_thread_relinquish.c95 UINT next_preempted; in _tx_thread_relinquish() local
403 next_preempted = base_priority + priority_bit; in _tx_thread_relinquish()
406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_relinquish()
Dtx_thread_system_suspend.c124 UINT next_preempted; in _tx_thread_system_suspend() local
403 next_preempted = base_priority + priority_bit; in _tx_thread_system_suspend()
406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_system_suspend()