Searched refs:thread_refcount (Results 1 – 2 of 2) sorted by relevance
254 if (--oldGC->thread_refcount == 0) { in MakeContextCurrent()276 if (gc->thread_refcount == 0) { in MakeContextCurrent()281 gc->thread_refcount++; in MakeContextCurrent()287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) { in MakeContextCurrent()
417 unsigned long thread_refcount; member