Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/common/inc/
Dtx_thread.h484 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c138 …(priority_inversions != _tx_thread_performance_priority_inversion_count) || (time_slices != _tx_th… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c138 …(priority_inversions != _tx_thread_performance_priority_inversion_count) || (time_slices != _tx_th… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h407 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count; variable