Searched refs:barrier_count (Results 1 – 4 of 4) sorted by relevance
32 static std::atomic<int> barrier_count(kThreadCount + 1); variable35 barrier_count--; in JniThreadBarrierWait()36 while (barrier_count.load() != 0) { in JniThreadBarrierWait()
1190 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint() local1194 if (barrier_count == 0) { in MarkRootsCheckpoint()1201 gc_barrier_->Increment(self, barrier_count); in MarkRootsCheckpoint()
368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait() local369 if (barrier_count == 0) { in RunCheckpointAndWait()374 closure.barrier.Increment(self, barrier_count); in RunCheckpointAndWait()
462 size_t barrier_count = first_iter ? count : 0; in RunEmptyCheckpoint() local464 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs); in RunEmptyCheckpoint()