Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dalloc_manager.cc76 alloc_pause_cv_.Wait(self); in PauseForAllocation()
118 alloc_pause_cv_("JVMTI Allocation Pause Condvar", alloc_listener_mutex_) { in AllocationManager()
215 alloc_pause_cv_.Broadcast(self); in ResumeAllocations()
Dalloc_manager.h108 art::ConditionVariable alloc_pause_cv_; variable