Searched refs:PDMCritSectRwEnterShared (Results 1 - 3 of 3) 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/include/
H A DIOMInternal.h444 # define IOM_LOCK_SHARED_EX(a_pVM, a_rcBusy) PDMCritSectRwEnterShared(&(a_pVM)->iom.s.CritSect, (a_rcBusy))
/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 47 milliseconds