Searched refs:_tx_mutex_performance_put_count (Results 1 – 10 of 10) sorted by relevance
49 ULONG _tx_mutex_performance_put_count; variable135 _tx_mutex_performance_put_count = ((ULONG) 0); in _tx_mutex_initialize()
109 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get()
108 _tx_mutex_performance_put_count++; in _tx_mutex_put()
74 _tx_mutex_performance_put_count = ((ULONG) 0); \123 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()