Home | History | Annotate | Download | only in tests

Lines Matching defs:ref_count

7248 static int ref_count;
7253 ref_count = number_of_threads;
7258 return AtomicIncrement(&ref_count, -1);
7263 ANNOTATE_CONDVAR_SIGNAL(&ref_count);
7264 int res = AtomicIncrement(&ref_count, -1);
7266 ANNOTATE_CONDVAR_WAIT(&ref_count);
7272 CHECK(ref_count > 0);