Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c101 TX_THREAD *mapped_thread; in _tx_thread_smp_rebalance_execute_list() local
444 mapped_thread = _tx_thread_execute_ptr[j]; in _tx_thread_smp_rebalance_execute_list()
447 if ((mapped_thread != TX_NULL) && (schedule_thread != mapped_thread)) in _tx_thread_smp_rebalance_execute_list()
451 if (mapped_thread -> tx_thread_state == TX_READY) in _tx_thread_smp_rebalance_execute_list()
462mapped_thread -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
475mapped_thread -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_smp_rebalance_execute_list()