HomeSort by relevance Sort by last modified time
    Searched refs:barrier_count (Results 1 - 8 of 8) sorted by null

  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 32 static std::atomic<int> barrier_count(kThreadCount + 1);
35 barrier_count--;
36 while (barrier_count.load() != 0) {
  /external/valgrind/drd/tests/
annotate_barrier.c 37 volatile unsigned barrier_count; member in struct:__anon37591
61 b->barrier_count = 0;
74 unsigned barrier_count; local
78 barrier_count = b->barrier_count;
82 __sync_add_and_fetch(&b->barrier_count, 1);
87 while (b->barrier_count == barrier_count)
  /art/runtime/gc/collector/
concurrent_copying.cc 248 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); local
251 if (barrier_count == 0) {
255 gc_barrier_->Increment(self, barrier_count);
618 size_t barrier_count = Runtime::Current()->GetThreadList()->FlipThreadRoots( local
623 gc_barrier_->Increment(self, barrier_count);
994 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); local
1365 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback); local
    [all...]
mark_sweep.cc 1166 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
    [all...]
  /art/runtime/openjdkjvmti/
ti_stack.cc 343 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); local
344 if (barrier_count == 0) {
349 closure.barrier.Increment(self, barrier_count);
  /art/runtime/
thread_list.cc 448 size_t barrier_count = first_iter ? count : 0; local
450 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs);
    [all...]
thread.cc 1296 uint32_t barrier_count = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 1316 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); local
    [all...]

Completed in 742 milliseconds