Searched refs:thread_refcount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c209 if (--oldGC->thread_refcount == 0) {
232 if (gc->thread_refcount == 0) {
237 gc->thread_refcount++;
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
H A Dglxclient.h438 unsigned long thread_refcount; member in struct:glx_context
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c210 if (--oldGC->thread_refcount == 0) {
232 if (gc->thread_refcount == 0) {
237 gc->thread_refcount++;
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
H A Dglxclient.h426 unsigned long thread_refcount; member in struct:glx_context

Completed in 4 milliseconds