Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c212 ULONG _tx_thread_performance_interrupt_preemption_count; variable
377 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c148 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_resume.c290 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_system_resume()
811 _tx_thread_performance_interrupt_preemption_count++;
Dtx_thread_resume.c349 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_initialize.c257 ULONG _tx_thread_performance_interrupt_preemption_count; variable
407 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c148 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_smp_rebalance_execute_list.c472 _tx_thread_performance_interrupt_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h478 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable
/ThreadX-v6.3.0/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.3.0/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.3.0/common_smp/inc/
Dtx_thread.h401 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable