Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common/src/
Dtx_thread_initialize.c218 ULONG _tx_thread_performance_priority_inversion_count; variable
378 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get()
Dtx_mutex_get.c239 _tx_thread_performance_priority_inversion_count++; in _tx_mutex_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_initialize.c263 ULONG _tx_thread_performance_priority_inversion_count; variable
408 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get()
Dtx_mutex_get.c239 _tx_thread_performance_priority_inversion_count++; in _tx_mutex_get()
/ThreadX-v6.2.1/common/inc/
Dtx_thread.h484 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count; variable
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h405 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count; variable