Lines Matching refs:RTDECL

120 RTDECL(int) RTCritSectInit(PRTCRITSECT pCritSect);
138 RTDECL(int) RTCritSectInitEx(PRTCRITSECT pCritSect, uint32_t fFlags,
153 RTDECL(uint32_t) RTCritSectSetSubClass(PRTCRITSECT pCritSect, uint32_t uSubClass);
164 RTDECL(int) RTCritSectEnter(PRTCRITSECT pCritSect);
181 RTDECL(int) RTCritSectEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
194 RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect);
211 RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
231 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);
252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
262 RTDECL(int) RTCritSectLeave(PRTCRITSECT pCritSect);
271 RTDECL(int) RTCritSectLeaveMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);
279 RTDECL(int) RTCritSectDelete(PRTCRITSECT pCritSect);
468 RTDECL(int) RTCritSectRwInit(PRTCRITSECTRW pThis);
486 RTDECL(int) RTCritSectRwInitEx(PRTCRITSECTRW pThis, uint32_t fFlags,
501 RTDECL(uint32_t) RTCritSectRwSetSubClass(PRTCRITSECTRW pThis, uint32_t uSubClass);
514 RTDECL(int) RTCritSectRwEnterShared(PRTCRITSECTRW pThis);
531 RTDECL(int) RTCritSectRwEnterSharedDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL);
545 RTDECL(int) RTCritSectRwTryEnterShared(PRTCRITSECTRW pThis);
563 RTDECL(int) RTCritSectRwTryEnterSharedDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL);
571 RTDECL(int) RTCritSectRwLeaveShared(PRTCRITSECTRW pThis);
584 RTDECL(int) RTCritSectRwEnterExcl(PRTCRITSECTRW pThis);
600 RTDECL(int) RTCritSectRwEnterExclDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL);
614 RTDECL(int) RTCritSectRwTryEnterExcl(PRTCRITSECTRW pThis);
632 RTDECL(int) RTCritSectRwTryEnterExclDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL);
641 RTDECL(int) RTCritSectRwLeaveExcl(PRTCRITSECTRW pThis);
650 RTDECL(int) RTCritSectRwDelete(PRTCRITSECTRW pThis);
659 RTDECL(bool) RTCritSectRwIsWriteOwner(PRTCRITSECTRW pThis);
680 RTDECL(bool) RTCritSectRwIsReadOwner(PRTCRITSECTRW pThis, bool fWannaHear);
688 RTDECL(uint32_t) RTCritSectRwGetWriteRecursion(PRTCRITSECTRW pThis);
696 RTDECL(uint32_t) RTCritSectRwGetWriterReadRecursion(PRTCRITSECTRW pThis);
707 RTDECL(uint32_t) RTCritSectRwGetReadCount(PRTCRITSECTRW pThis);