Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_initialize.c211 ULONG _tx_thread_performance_interrupt_preemption_count; variable
376 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c147 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_resume.c289 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_system_resume()
810 _tx_thread_performance_interrupt_preemption_count++;
Dtx_thread_resume.c348 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_initialize.c256 ULONG _tx_thread_performance_interrupt_preemption_count; variable
406 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c147 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_smp_rebalance_execute_list.c471 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h477 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c137 …ited_preemption_count) || (interrupt_preemptions != _tx_thread_performance_interrupt_preemption_co… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c137 …ited_preemption_count) || (interrupt_preemptions != _tx_thread_performance_interrupt_preemption_co… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h400 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable