Searched defs:Barrier (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/thread/
H A DBarrier.h25 class Barrier { class in namespace:android::uirenderer
27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { } function in class:android::uirenderer::Barrier
28 ~Barrier() { }
/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.

Completed in 948 milliseconds