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

/art/runtime/
H A Dbarrier.cc38 Increment(self, -1);
46 void Barrier::Increment(Thread* self, int delta) { function in class:art::Barrier
50 // Increment the count. If it becomes zero after the increment
62 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { function in class:art::Barrier

Completed in 290 milliseconds