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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h109 int* pLockRefCount; member in struct:_DRIScreenPrivRec
H A Ddri.c492 pDRIPriv->pLockRefCount = &pDRIEntPriv->lockRefCount;
731 pDRIPriv->pLockRefCount = NULL;
2204 if(!pDRIPriv || !pDRIPriv->pLockRefCount) return;
2206 if (!*pDRIPriv->pLockRefCount) {
2217 (*pDRIPriv->pLockRefCount)++;
2225 if(!pDRIPriv || !pDRIPriv->pLockRefCount) return;
2227 if (*pDRIPriv->pLockRefCount > 0) {
2235 (*pDRIPriv->pLockRefCount)--;
2241 if (! *pDRIPriv->pLockRefCount)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h105 int *pLockRefCount; member in struct:_DRIScreenPrivRec
H A Ddri.c532 pDRIPriv->pLockRefCount = &pDRIEntPriv->lockRefCount;
755 pDRIPriv->pLockRefCount = NULL;
2178 if (!pDRIPriv || !pDRIPriv->pLockRefCount)
2181 if (!*pDRIPriv->pLockRefCount) {
2193 (*pDRIPriv->pLockRefCount)++;
2201 if (!pDRIPriv || !pDRIPriv->pLockRefCount)
2204 if (*pDRIPriv->pLockRefCount > 0) {
2211 (*pDRIPriv->pLockRefCount)--;
2218 if (!*pDRIPriv->pLockRefCount)

Completed in 8 milliseconds