Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_performance_info_get.c166 … *interrupt_preemptions = thread_ptr -> tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_info_get()
Dtx_thread_system_resume.c293 … execute_ptr -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_system_resume()
814 … execute_ptr -> tx_thread_performance_interrupt_preemption_count++;
Dtx_thread_resume.c352 execute_ptr -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_performance_info_get.c166 … *interrupt_preemptions = thread_ptr -> tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_info_get()
Dtx_thread_smp_rebalance_execute_list.c475 … mapped_thread -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c119 …mption_count) || (interrupt_preemptions != thread_0.tx_thread_performance_interrupt_preemption_cou… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c119 …mption_count) || (interrupt_preemptions != thread_0.tx_thread_performance_interrupt_preemption_cou… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h608 ULONG tx_thread_performance_interrupt_preemption_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h576 ULONG tx_thread_performance_interrupt_preemption_count; member