Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c100 TX_THREAD *mapped_thread; in _tx_thread_smp_rebalance_execute_list() local
443 mapped_thread = _tx_thread_execute_ptr[j]; in _tx_thread_smp_rebalance_execute_list()
446 if ((mapped_thread != TX_NULL) && (schedule_thread != mapped_thread)) in _tx_thread_smp_rebalance_execute_list()
450 if (mapped_thread -> tx_thread_state == TX_READY) in _tx_thread_smp_rebalance_execute_list()
461mapped_thread -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
474mapped_thread -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_smp_rebalance_execute_list()