Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_initialize.c65 ULONG _tx_mutex_performance_timeout_count; variable
139 _tx_mutex_performance_timeout_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c131 *timeouts = _tx_mutex_performance_timeout_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_cleanup.c177 _tx_mutex_performance_timeout_count++; in _tx_mutex_cleanup()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_initialize.c65 ULONG _tx_mutex_performance_timeout_count; variable
139 _tx_mutex_performance_timeout_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c131 *timeouts = _tx_mutex_performance_timeout_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_cleanup.c177 _tx_mutex_performance_timeout_count++; in _tx_mutex_cleanup()
/ThreadX-v6.3.0/common/inc/
Dtx_mutex.h78 _tx_mutex_performance_timeout_count = ((ULONG) 0); \
139 MUTEX_DECLARE ULONG _tx_mutex_performance_timeout_count; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_mutex.h78 _tx_mutex_performance_timeout_count = ((ULONG) 0); \
139 MUTEX_DECLARE ULONG _tx_mutex_performance_timeout_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_information_test.c334 … != _tx_mutex_performance_suspension_count) || (timeouts != _tx_mutex_performance_timeout_count) || in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_information_test.c334 … != _tx_mutex_performance_suspension_count) || (timeouts != _tx_mutex_performance_timeout_count) || in thread_0_entry()