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

  /external/valgrind/main/drd/tests/
annotate_barrier.c 37 volatile unsigned barrier_count; member in struct:__anon29893
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)
  /external/chromium_org/third_party/sqlite/src/test/
wal3.test 329 incr ::barrier_count
330 if {$::barrier_count == 2} {
366 set barrier_count 0
380 set barrier_count 0
  /art/runtime/gc/collector/
mark_sweep.cc 1099 size_t barrier_count = thread_list->RunCheckpoint(&check_point); local
    [all...]

Completed in 3405 milliseconds