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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3041 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3042 if (!pRecU)
3044 AssertReturnVoid(pRecU->Core.u32Magic == RTLOCKVALRECEXCL_MAGIC);
3045 if (!pRecU->Excl.fEnabled)
3057 if (pRecU->Excl.hThread == hThreadSelf)
3060 pRecU->Excl.cRecursion++;
3061 rtLockValidatorStackPushRecursion(hThreadSelf, pRecU, pSrcPos);
3065 Assert(pRecU->Excl.hThread == NIL_RTTHREAD);
3067 rtLockValidatorSrcPosCopy(&pRecU->Excl.SrcPos, pSrcPos);
3068 ASMAtomicUoWriteU32(&pRecU
3133 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3142 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3169 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3201 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3232 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3272 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3307 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3572 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
3607 PRTLOCKVALRECUNION pRecU = (PRTLOCKVALRECUNION)pRec; local
[all...]

Completed in 55 milliseconds