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

  /art/runtime/
thread_pool_test.cc 92 AtomicInteger bad_count(0);
93 thread_pool.AddTask(self, new CountTask(&bad_count));
96 EXPECT_EQ(0, bad_count.LoadSequentiallyConsistent());
  /packages/experimental/procstatlog/
procstatlog.c 220 static size_t bad_count = 0; local
239 while (bad_pos < bad_count && bad[bad_pos] < pid) ++bad_pos;
240 if (bad_pos < bad_count && bad[bad_pos] == pid) continue;
264 if (bad_count < sizeof(bad) / sizeof(bad[0])) {
265 int pos = bad_count++;

Completed in 205 milliseconds