Searched defs:cRecursion (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | threadpreempt-r0drv-darwin.cpp | 52 uint32_t cRecursion; member in struct:RTDARWINPREEMPTHACK 145 Assert(g_aPreemptHacks[idCpu].cRecursion < UINT32_MAX / 2); 146 if (++g_aPreemptHacks[idCpu].cRecursion == 1) 171 Assert(g_aPreemptHacks[idCpu].cRecursion > 0); 172 if (--g_aPreemptHacks[idCpu].cRecursion == 0)
|
/vbox/src/VBox/Runtime/include/internal/ |
H A D | lockvalidator.h | 44 uint32_t cRecursion; member in struct:RTLOCKVALRECNEST
|
/vbox/src/VBox/Runtime/r0drv/haiku/ |
H A D | semmutex-r0drv-haiku.c | 62 int32 cRecursion; member in struct:RTSEMMUTEXINTERNAL 80 pThis->cRecursion = 0; 159 pThis->cRecursion = 1; 215 if (--pThis->cRecursion == 0)
|
/vbox/include/iprt/ |
H A D | lockvalidator.h | 141 uint32_t cRecursion; member in struct:RTLOCKVALRECEXCL 167 uint16_t cRecursion; member in struct:RTLOCKVALRECSHRDOWN
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 578 uint32_t u32Magic, PCRTLOCKVALSRCPOS pSrcPos, uint32_t cRecursion, 588 rtLockValidatorNameThreadHandle(&pRec->Excl.hThread), cRecursion, 596 rtLockValidatorNameThreadHandle(&pRec->Excl.hThread), cRecursion, 620 pRec, rtLockValidatorNameThreadHandle(&pRec->ShrdOwner.hThread), cRecursion, 628 rtLockValidatorNameThreadHandle(&pRec->ShrdOwner.hThread), cRecursion, 637 pRec, rtLockValidatorNameThreadHandle(&pRec->ShrdOwner.hThread), cRecursion, 670 &pRec->Excl.SrcPos, FIX_REC(pRec->Excl.cRecursion), ""); 679 &pRec->ShrdOwner.SrcPos, FIX_REC(pRec->ShrdOwner.cRecursion), ""); 692 &pRec->Nest.SrcPos, pRec->Nest.cRecursion, "/r"); 695 pRealRec, pRec, pRec->Nest.cRecursion, 577 rtLockValComplainAboutLockHlp(const char *pszPrefix, PRTLOCKVALRECUNION pRec, const char *pszSuffix, uint32_t u32Magic, PCRTLOCKVALSRCPOS pSrcPos, uint32_t cRecursion, const char *pszFrameType) argument 2065 uint32_t cRecursion; local [all...] |
Completed in 458 milliseconds