Searched defs:ppRec (Results 1 - 3 of 3) sorted by relevance
/vbox/include/iprt/ |
H A D | lockvalidator.h | 305 * @param ppRec Where to return the record pointer. 319 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, 329 * @param ppRec Where to return the record pointer. 343 RTDECL(int) RTLockValidatorRecExclCreateV(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, 349 * @param ppRec Pointer to the record pointer. Will be set to 352 RTDECL(void) RTLockValidatorRecExclDestroy(PRTLOCKVALRECEXCL *ppRec); variable 609 * @param ppRec Where to return the record pointer. 626 RTDECL(int) RTLockValidatorRecSharedCreate(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, 636 * @param ppRec Where to return the record pointer. 653 RTDECL(int) RTLockValidatorRecSharedCreateV(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLAS 662 RTDECL(void) RTLockValidatorRecSharedDestroy(PRTLOCKVALRECSHRD *ppRec); variable [all...] |
/vbox/src/VBox/Runtime/r3/ |
H A D | isofs.cpp | 302 * @param ppRec Pointer to a pointer to return the 308 PRTISOFSDIRRECORD *ppRec) 377 *ppRec = pRec; 306 rtIsoFsFindEntry(PRTISOFSFILE pFile, const char *pszFileName, uint32_t uExtentSector, uint32_t cbExtent , PRTISOFSDIRRECORD *ppRec) argument
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 342 DECL_FORCE_INLINE(PRTLOCKVALRECUNION) rtLockValidatorReadRecUnionPtr(PRTLOCKVALRECUNION volatile *ppRec) argument 344 PRTLOCKVALRECUNION p = ASMAtomicReadPtrT(ppRec, PRTLOCKVALRECUNION); 351 DECL_FORCE_INLINE(void) rtLockValidatorWriteRecUnionPtr(PRTLOCKVALRECUNION volatile *ppRec, PRTLOCKVALRECUNION pRecNew) argument 354 ASMAtomicWritePtr(ppRec, pRecNew); 2971 RTDECL(int) RTLockValidatorRecExclCreateV(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, argument 2976 *ppRec = pRec = (PRTLOCKVALRECEXCL)RTMemAlloc(sizeof(*pRec)); 2984 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, argument 2990 int rc = RTLockValidatorRecExclCreateV(ppRec, hClass, uSubClass, pvLock, fEnabled, pszNameFmt, va); 3014 RTDECL(void) RTLockValidatorRecExclDestroy(PRTLOCKVALRECEXCL *ppRec) argument 3016 PRTLOCKVALRECEXCL pRec = *ppRec; 3441 RTLockValidatorRecSharedCreateV(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va) argument 3454 RTLockValidatorRecSharedCreate(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...) argument 3506 RTLockValidatorRecSharedDestroy(PRTLOCKVALRECSHRD *ppRec) argument [all...] |
Completed in 335 milliseconds