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

  /external/mesa3d/src/glx/
glxcurrent.c 198 if (--oldGC->thread_refcount == 0) {
221 if (gc->thread_refcount == 0) {
226 gc->thread_refcount++;
232 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
glxclient.h 438 unsigned long thread_refcount; member in struct:glx_context
  /external/grpc-grpc/test/core/gpr/
sync_test.cc 158 gpr_refcount thread_refcount; member in struct:test
179 gpr_ref_init(&m->thread_refcount, nthreads);
421 m->thread_refcount once, and if it reaches zero, set m->event to (void*)1;
433 if (gpr_unref(&m->thread_refcount)) {

Completed in 126 milliseconds