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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1678 * @param ppDown Where to return the pointer to the record below.
1681 rtLockValidatorRecGetClassesAndDown(PRTLOCKVALRECUNION pRec, uint32_t *puSubClass, PRTLOCKVALRECUNION *ppDown) argument
1686 *ppDown = pRec->Excl.pDown;
1691 *ppDown = NULL;
1697 *ppDown = pRec->ShrdOwner.pDown;
1712 *ppDown = pRec->Nest.pDown;
1746 *ppDown = NULL;
1959 PRTLOCKVALRECUNION volatile *ppDown; local
1964 ppDown = &pCur->Excl.pDown;
1969 ppDown
2090 PRTLOCKVALRECUNION volatile *ppDown = NULL; local
[all...]

Completed in 326 milliseconds