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

/vbox/include/iprt/
H A Dcritsect.h252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
358 # define RTCritSectEnterMultiple(cCritSects, pCritSect) RTCritSectEnterMultipleDebug((cCritSects), (pCritSect), (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
362 # define RTCritSectEnterMultiple(cCritSects, pCritSect) RTCritSectEnterMultipleDebug((cCritSects), (pCritSect), 0, RT_SRC_POS)
H A Dmangling.h351 # define RTCritSectEnterMultipleDebug RT_MANGLER(RTCritSectEnterMultipleDebug) macro
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp485 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL) function
490 RT_EXPORT_SYMBOL(RTCritSectEnterMultipleDebug); variable

Completed in 80 milliseconds