Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread-inl.h660 Mutex* ph = cp_placeholder_mutex_.load(std::memory_order_acquire); in DisallowPreMonitorMutexes() local
661 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()