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

/vbox/include/iprt/
H A Dcritsect.h231 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);
250 * @remark See RTCritSectEnterMultiple().
358 # define RTCritSectEnterMultiple(cCritSects, pCritSect) RTCritSectEnterMultipleDebug((cCritSects), (pCritSect), (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
362 # define RTCritSectEnterMultiple(cCritSects, pCritSect) RTCritSectEnterMultipleDebug((cCritSects), (pCritSect), 0, RT_SRC_POS) macro
H A Dmangling.h350 # define RTCritSectEnterMultiple RT_MANGLER(RTCritSectEnterMultiple) macro
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp473 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects) function
482 RT_EXPORT_SYMBOL(RTCritSectEnterMultiple); variable

Completed in 1419 milliseconds