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:__anon42613
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 250 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); local
253 if (barrier_count == 0) {
257 gc_barrier_->Increment(self, barrier_count);
620 size_t barrier_count = Runtime::Current()->GetThreadList()->FlipThreadRoots( local
625 gc_barrier_->Increment(self, barrier_count);
997 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); local
1368 size_t barrier_count = thread_list->RunCheckpoint(&check_point, checkpoint_callback); local
    [all...]
mark_sweep.cc 1189 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
    [all...]
  /art/openjdkjvmti/
ti_stack.cc 327 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); local
328 if (barrier_count == 0) {
333 closure.barrier.Increment(self, barrier_count);
    [all...]
  /art/runtime/
thread_list.cc 459 size_t barrier_count = first_iter ? count : 0; local
461 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs);
    [all...]
thread.cc 1315 uint32_t barrier_count = 0; local
    [all...]
  /art/runtime/gc/
heap.cc 1313 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); local
    [all...]

Completed in 244 milliseconds