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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h110 int* pLockingContext; member in struct:_DRIScreenPrivRec
H A Ddri.c493 pDRIPriv->pLockingContext = &pDRIEntPriv->lockingContext;
2208 *pDRIPriv->pLockingContext = pDRIPriv->myContext;
2209 } else if (*pDRIPriv->pLockingContext != pDRIPriv->myContext) {
2214 pDRIPriv->pLockingContext,
2228 if (pDRIPriv->myContext != *pDRIPriv->pLockingContext) {
2232 pDRIPriv->pLockingContext,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h106 int *pLockingContext; member in struct:_DRIScreenPrivRec
H A Ddri.c533 pDRIPriv->pLockingContext = &pDRIEntPriv->lockingContext;
2184 *pDRIPriv->pLockingContext = pDRIPriv->myContext;
2186 else if (*pDRIPriv->pLockingContext != pDRIPriv->myContext) {
2191 pDRIPriv->pLockingContext, (void *) (uintptr_t) pDRIPriv->myContext);
2205 if (pDRIPriv->myContext != *pDRIPriv->pLockingContext) {
2209 pDRIPriv->pLockingContext, (void *) (uintptr_t) pDRIPriv->myContext);

Completed in 8 milliseconds