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

  /external/valgrind/main/drd/tests/
annotate_barrier.c 37 volatile unsigned barrier_count; member in struct:__anon29868
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/
mark_sweep.cc 1099 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
    [all...]

Completed in 212 milliseconds