Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc86 static art::ConditionVariable& GetStateCV() { in GetStateCV() function
243 GetStateCV().Broadcast(art_thread()); in OnStart()
328 GetStateCV().Wait(self); in WaitForDataSource()
341 GetStateCV().TimedWait(self, (cutoff_ns - current_ns) / 1000000, 0); in TimedWaitForDataSource()
1048 GetStateCV().Broadcast(JavaHprofDataSource::art_thread()); in WriteHeapPackets()
1054 GetStateCV().Wait(JavaHprofDataSource::art_thread()); in WriteHeapPackets()
1215 GetStateCV().Broadcast(nullptr); in ArtPlugin_Initialize()
1229 GetStateCV().Broadcast(self); in ArtPlugin_Initialize()
1275 GetStateCV().Wait(art::Thread::Current()); in ArtPlugin_Deinitialize()
1278 GetStateCV().Broadcast(self); in ArtPlugin_Deinitialize()