Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_initialize.c50 ULONG _tx_mutex_performance_put_count; variable
136 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c110 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_put.c109 _tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_initialize.c50 ULONG _tx_mutex_performance_put_count; variable
136 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c110 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_put.c109 _tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.3.0/common/inc/
Dtx_mutex.h75 _tx_mutex_performance_put_count = ((ULONG) 0); \
124 MUTEX_DECLARE ULONG _tx_mutex_performance_put_count; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_mutex.h75 _tx_mutex_performance_put_count = ((ULONG) 0); \
124 MUTEX_DECLARE ULONG _tx_mutex_performance_put_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_information_test.c333 …if ((status != TX_SUCCESS) || (puts != _tx_mutex_performance_put_count) || (gets != _tx_mutex_perf… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_information_test.c333 …if ((status != TX_SUCCESS) || (puts != _tx_mutex_performance_put_count) || (gets != _tx_mutex_perf… in thread_0_entry()