Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.2.1/common/inc/
Dtx_thread.h478 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h399 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count; variable