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

/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp153 static int rtCritSectRwEnterShared(PRTCRITSECTRW pThis, PCRTLOCKVALSRCPOS pSrcPos, bool fTryOnly) function
345 return rtCritSectRwEnterShared(pThis, NULL, false /*fTryOnly*/);
348 return rtCritSectRwEnterShared(pThis, &SrcPos, false /*fTryOnly*/);
357 return rtCritSectRwEnterShared(pThis, &SrcPos, false /*fTryOnly*/);
365 return rtCritSectRwEnterShared(pThis, NULL, true /*fTryOnly*/);
368 return rtCritSectRwEnterShared(pThis, &SrcPos, true /*fTryOnly*/);
377 return rtCritSectRwEnterShared(pThis, &SrcPos, true /*fTryOnly*/);

Completed in 33 milliseconds