Searched refs:mutex_key (Results 1 – 1 of 1) sorted by relevance
65 auto mutex_key = SharedVariables::GetKey(thread_ids, benchmark->global().mutex().name()); in __Parse() local66 SharedVariables::Set(mutex_key, mux_orig); in __Parse()67 pthread_mutex_t* mux = std::get_if<pthread_mutex_t>(SharedVariables::GetPointer(mutex_key)); in __Parse()