Searched refs:cNesting (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp59 volatile uint32_t cNesting; member in struct:RTSEMMUTEXINTERNAL
138 pThis->cNesting = 0;
198 pThis->cNesting = UINT32_MAX;
239 && pThis->cNesting > 0)
246 ASMAtomicIncU32(&pThis->cNesting);
320 ASMAtomicWriteU32(&pThis->cNesting, 1);
378 int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorRec, pThis->cNesting == 1);
388 || pThis->cNesting == 0))
390 AssertMsgFailed(("Not owner of mutex %p!! Self=%08x Owner=%08x cNesting=%d\n",
391 pThis, Self, pThis->Owner, pThis->cNesting));
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp79 static int tstRTDvmVolume(RTTEST hTest, PTSTRTDVMDISK pDisk, uint64_t cb, unsigned cNesting) argument
86 if (cNesting < sizeof(szPrefix) - 1)
88 for (unsigned i = 0; i < cNesting; i++)
152 rc = tstRTDvmVolume(hTest, &Disk, RTDvmVolumeGetSize(hVol), cNesting + 1);

Completed in 45 milliseconds