Searched refs:_tx_mutex_performance_put_count (Results 1 – 10 of 10) sorted by relevance
50 ULONG _tx_mutex_performance_put_count; variable136 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
110 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
109 _tx_mutex_performance_put_count++; in _tx_mutex_put()
75 _tx_mutex_performance_put_count = ((ULONG) 0); \124 MUTEX_DECLARE ULONG _tx_mutex_performance_put_count; variable
333 …if ((status != TX_SUCCESS) || (puts != _tx_mutex_performance_put_count) || (gets != _tx_mutex_perf… in thread_0_entry()