Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_performance_info_get.c132 *puts = mutex_ptr -> tx_mutex_performance_put_count; in _tx_mutex_performance_info_get()
Dtx_mutex_put.c111 mutex_ptr -> tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_performance_info_get.c132 *puts = mutex_ptr -> tx_mutex_performance_put_count; in _tx_mutex_performance_info_get()
Dtx_mutex_put.c111 mutex_ptr -> tx_mutex_performance_put_count++; in _tx_mutex_put()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_information_test.c319 …if ((status != TX_SUCCESS) || (puts != mutex_2.tx_mutex_performance_put_count) || (gets != mutex_2… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_information_test.c319 …if ((status != TX_SUCCESS) || (puts != mutex_2.tx_mutex_performance_put_count) || (gets != mutex_2… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h961 ULONG tx_mutex_performance_put_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h940 ULONG tx_mutex_performance_put_count; member