Searched refs:_tx_semaphore_performance_put_count (Results 1 – 12 of 12) sorted by relevance
49 ULONG _tx_semaphore_performance_put_count; variable125 _tx_semaphore_performance_put_count = ((ULONG) 0); in _tx_semaphore_initialize()
104 *puts = _tx_semaphore_performance_put_count; in _tx_semaphore_performance_system_info_get()
95 _tx_semaphore_performance_put_count++; in _tx_semaphore_put()
101 _tx_semaphore_performance_put_count++; in _tx_semaphore_ceiling_put()
71 _tx_semaphore_performance_put_count = ((ULONG) 0); \116 SEMAPHORE_DECLARE ULONG _tx_semaphore_performance_put_count; variable
246 …if ((status != TX_SUCCESS) || (puts != _tx_semaphore_performance_put_count) || (gets != _tx_semaph… in thread_0_entry()