Lines Matching defs:Mutex
305 Mutex::Mutex()
313 Mutex::~Mutex() {
323 void Mutex::Lock() {
329 void Mutex::Unlock() {
340 void Mutex::AssertHeld() {
382 void Mutex::ThreadSafeLazyInit() {
642 static Mutex mutex_;
644 static Mutex thread_map_mutex_;
647 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex); // NOLINT
648 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(
649 Mutex::kStaticMutex); // NOLINT