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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp76 DECL_FORCE_INLINE(RTNATIVETHREAD) pdmCritSectRwGetNativeSelf(PCPDMCRITSECTRW pThis) function
166 if (hNativeWriter != NIL_RTTHREAD && hNativeWriter == pdmCritSectRwGetNativeSelf(pThis))
218 RTNATIVETHREAD hNativeSelf = pdmCritSectRwGetNativeSelf(pThis);
645 RTNATIVETHREAD hNativeSelf = pdmCritSectRwGetNativeSelf(pThis);
726 RTNATIVETHREAD hNativeSelf = pdmCritSectRwGetNativeSelf(pThis);
1102 RTNATIVETHREAD hNativeSelf = pdmCritSectRwGetNativeSelf(pThis);
1279 return hNativeWriter == pdmCritSectRwGetNativeSelf(pThis);
1324 return hWriter == pdmCritSectRwGetNativeSelf(pThis);

Completed in 44 milliseconds