Searched defs:mutex_stat (Results 1 – 1 of 1) sorted by relevance
590 struct mutex_stat { struct595 stats_atomic<CounterType> locks = 0; // number of times locked596 stats_atomic<CounterType> unlocks = 0; // number of times unlocked597 stats_atomic<CounterType> waits = 0; // number of locks that waited598 stats_atomic<AccumulatorType> wait_sum_ns = 0.; // sum of time waited.599 stats_atomic<AccumulatorType> wait_sumsq_ns = 0.; // sumsq of time waited.602 void add_wait_time(WaitTimeType wait_ns) { in add_wait_time()608 std::string to_string() const { in to_string()