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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1508 PRTLOCKVALRECUNION volatile *ppCoreNext; local
1513 ppCoreNext = &pSibling->Excl.pSibling;
1518 ppCoreNext = &pSibling->Shared.pSibling;
1523 ppCoreNext = NULL;
1526 if (RT_UNLIKELY(ppCoreNext))
1528 pSibling = ASMAtomicXchgPtrT(ppCoreNext, NULL, PRTLOCKVALRECUNION);

Completed in 65 milliseconds