Lines Matching refs:Mutex
340 Mutex::Mutex()
348 Mutex::~Mutex() {
358 void Mutex::Lock() {
364 void Mutex::Unlock() {
375 void Mutex::AssertHeld() {
417 void Mutex::ThreadSafeLazyInit() {
681 static Mutex mutex_;
683 static Mutex thread_map_mutex_;
686 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
687 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);