Searched refs:Barrier (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/thread/
H A DBarrier.h25 class Barrier { class in namespace:android::uirenderer
27 explicit Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) function in class:android::uirenderer::Barrier
29 ~Barrier() {}
H A DFuture.h22 #include "Barrier.h"
52 Barrier mBarrier;
/frameworks/native/services/surfaceflinger/
H A DBarrier.h26 class Barrier class in namespace:android
29 inline Barrier() : state(CLOSED) { } function in class:android::Barrier
30 inline ~Barrier() { }
32 // Release any threads waiting at the Barrier.
41 // Reset the Barrier, so wait() will block until open() has been called.
47 // Wait until the Barrier is OPEN.
H A DMessageQueue.h31 #include "Barrier.h"
58 mutable Barrier barrier;

Completed in 346 milliseconds