Searched defs:Barrier (Results 1 - 3 of 3) sorted by path

/art/runtime/
H A Dbarrier.cc24 Barrier::Barrier(int count) function in class:art::Barrier
30 void Barrier::Pass(Thread* self) {
35 void Barrier::Wait(Thread* self) {
39 void Barrier::Init(Thread* self, int count) {
44 void Barrier::Increment(Thread* self, int delta) {
60 void Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) {
79 void Barrier::SetCountLocked(Thread* self, int count) {
86 Barrier::~Barrier() {
[all...]
H A Dbarrier.h36 class Barrier { class in namespace:art
38 explicit Barrier(int count);
39 virtual ~Barrier();
H A Dread_barrier-inl.h27 inline MirrorType* ReadBarrier::Barrier( function in class:art::ReadBarrier

Completed in 53 milliseconds