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

  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 37 static int global_count = 0; variable
44 global_count += 1;
56 if (global_count != 1) {
57 printf ("thread %ld: global == %d\n", (long int) arg, global_count);
  /external/pcre/
pcrecpp_unittest.cc 216 int global_count; // the expected return value from ReplaceAll member in struct:ReplaceTest
343 CHECK_EQ(replace_count, t->global_count);
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 100 milliseconds