Searched refs:ph (Results 1 – 1 of 1) sorted by relevance
660 Mutex* ph = cp_placeholder_mutex_.load(std::memory_order_acquire); in DisallowPreMonitorMutexes() local661 if (UNLIKELY(ph == nullptr)) { in DisallowPreMonitorMutexes()663 if (LIKELY(cp_placeholder_mutex_.compare_exchange_strong(ph, new_ph))) { in DisallowPreMonitorMutexes()664 ph = new_ph; in DisallowPreMonitorMutexes()670 SetHeldMutex(kMonitorLock, ph); in DisallowPreMonitorMutexes()