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

/vbox/include/VBox/vmm/
H A Dpdmcritsectrw.h59 VMMDECL(int) PDMCritSectRwEnterShared(PPDMCRITSECTRW pCritSect, int rcBusy);
82 # define PDMCritSectRwEnterShared(pCritSect, rcBusy) PDMCritSectRwEnterSharedDebug(pCritSect, rcBusy, (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
87 # define PDMCritSectRwEnterShared(pCritSect, rcBusy) PDMCritSectRwEnterSharedDebug(pCritSect, rcBusy, 0, RT_SRC_POS) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp65 #undef PDMCritSectRwEnterShared macro
422 VMMDECL(int) PDMCritSectRwEnterShared(PPDMCRITSECTRW pThis, int rcBusy)
451 * @sa PDMCritSectRwEnterShared, PDMCritSectRwTryEnterShared,
482 * @sa PDMCritSectRwTryEnterSharedDebug, PDMCritSectRwEnterShared,
512 * @sa PDMCritSectRwTryEnterShared, PDMCritSectRwEnterShared,
554 * @sa PDMCritSectRwEnterShared, PDMCritSectRwTryEnterShared,
671 * @sa PDMCritSectRwEnterShared, PDMCritSectRwTryEnterShared,

Completed in 45 milliseconds