Searched refs:fWannaHear (Results 1 - 8 of 8) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmcritsectrw.h71 VMMDECL(bool) PDMCritSectRwIsReadOwner(PPDMCRITSECTRW pCritSect, bool fWannaHear);
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp881 RTDECL(bool) RTSemRWIsReadOwner(RTSEMRW hRWSem, bool fWannaHear) argument
905 NOREF(fWannaHear);
914 return fWannaHear;
H A Dcritsectrw-generic.cpp787 RTDECL(bool) RTCritSectRwIsReadOwner(PRTCRITSECTRW pThis, bool fWannaHear)
826 return fWannaHear;
H A Dsemrw-lockless-generic.cpp871 RTDECL(bool) RTSemRWIsReadOwner(RTSEMRW hRWSem, bool fWannaHear)
911 return fWannaHear;
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp636 RTDECL(bool) RTSemRWIsReadOwner(RTSEMRW hRWSem, bool fWannaHear) argument
666 NOREF(fWannaHear);
672 return fWannaHear;
/vbox/include/iprt/
H A Dcritsect.h676 * @param fWannaHear What you'd like to hear when lock validation is not
680 RTDECL(bool) RTCritSectRwIsReadOwner(PRTCRITSECTRW pThis, bool fWannaHear);
H A Dsemaphore.h1131 * @param fWannaHear What you'd like to hear when lock validation is
1135 RTDECL(bool) RTSemRWIsReadOwner(RTSEMRW hRWSem, bool fWannaHear);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp1298 * @param fWannaHear What you'd like to hear when lock validation is not
1302 VMMDECL(bool) PDMCritSectRwIsReadOwner(PPDMCRITSECTRW pThis, bool fWannaHear)
1343 return fWannaHear;

Completed in 66 milliseconds