Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_initialize.c49 ULONG _tx_mutex_performance_put_count; variable
135 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c109 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_put.c108 _tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_initialize.c49 ULONG _tx_mutex_performance_put_count; variable
135 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
Dtx_mutex_performance_system_info_get.c109 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
Dtx_mutex_put.c108 _tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_mutex.h74 _tx_mutex_performance_put_count = ((ULONG) 0); \
123 MUTEX_DECLARE ULONG _tx_mutex_performance_put_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_mutex.h74 _tx_mutex_performance_put_count = ((ULONG) 0); \
123 MUTEX_DECLARE ULONG _tx_mutex_performance_put_count; variable
/ThreadX-v6.4.1/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()
/ThreadX-v6.4.1/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()