Searched defs:pShared (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c907 CRSharedState *pShared = crStateGlobalSharedAcquire(); local
908 if (pShared)
910 pTobj = (CRTextureObj*)crHashtableSearch(pShared->textureTable, texture);
930 crStateOnTextureUsageRelease(pShared, pTobj);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp993 CRSharedState *pShared = crStateGlobalSharedAcquire(); local
994 if (!pShared)
996 WARN(("pShared is null!"));
1000 CRTextureObj *pTobj = (CRTextureObj*)crHashtableSearch(pShared->textureTable, idTexture);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp614 PRTLOCKVALRECSHRD pShared = pRec->ShrdOwner.pSharedRec; local
615 if ( VALID_PTR(pShared)
616 && pShared->Core.u32Magic == RTLOCKVALRECSHRD_MAGIC)
619 pShared->hLock, pShared->pszName, pShared,
621 rtLockValComplainGetClassName(pShared->hClass),
622 rtLockValComplainGetSubClassName(pShared->uSubClass, szBuf),
627 pShared->hLock, pShared
3540 rtLockValidatorRecSharedFindOwner(PRTLOCKVALRECSHRD pShared, RTTHREAD hThread, uint32_t *piEntry) argument
3796 rtLockValidatorRecSharedMakeRoom(PRTLOCKVALRECSHRD pShared) argument
3873 rtLockValidatorRecSharedAddOwner(PRTLOCKVALRECSHRD pShared, PRTLOCKVALRECSHRDOWN pEntry) argument
3910 rtLockValidatorRecSharedRemoveAndFreeOwner(PRTLOCKVALRECSHRD pShared, PRTLOCKVALRECSHRDOWN pEntry, uint32_t iEntry) argument
[all...]

Completed in 65 milliseconds