Searched refs:phClass (Results 1 - 4 of 4) sorted by relevance
/vbox/include/iprt/ |
H A D | lockvalidator.h | 924 * @param phClass Where to return the class handle. 944 RTDECL(int) RTLockValidatorClassCreateEx(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos, 953 * @param phClass Where to return the class handle. 973 RTDECL(int) RTLockValidatorClassCreateExV(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos, 982 * @param phClass Where to return the class handle. 993 RTDECL(int) RTLockValidatorClassCreate(PRTLOCKVALCLASS phClass, bool fAutodidact, RT_SRC_POS_DECL, const char *pszNameFmt, ...);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | icm.h | 201 DWORD phClass; member in struct:tagPROFILEHEADER
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | icm.h | 196 DWORD phClass; member in struct:tagPROFILEHEADER
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 1006 RTDECL(int) RTLockValidatorClassCreateEx(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos, argument 1013 int rc = RTLockValidatorClassCreateExV(phClass, pSrcPos, fAutodidact, fRecursionOk, fStrictReleaseOrder, 1020 RTDECL(int) RTLockValidatorClassCreateExV(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos, argument 1100 *phClass = pThis; 1105 RTDECL(int) RTLockValidatorClassCreate(PRTLOCKVALCLASS phClass, bool fAutodidact, RT_SRC_POS_DECL, const char *pszNameFmt, ...) argument 1110 int rc = RTLockValidatorClassCreateExV(phClass, &SrcPos,
|
Completed in 2127 milliseconds