HomeSort by relevance Sort by last modified time
    Searched defs:global_count (Results 1 - 2 of 2) 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/v8/src/
hydrogen.cc 6978 int global_count = 0; local
    [all...]

Completed in 96 milliseconds