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

/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp395 static int rtCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects, PCRTLOCKVALSRCPOS pSrcPos) argument
398 AssertPtr(papCritSects);
407 rc = rtCritSectTryEnter(papCritSects[i], pSrcPos);
425 int rc2 = RTCritSectLeave(papCritSects[j]);
441 rc = rtCritSectEnter(papCritSects[i], pSrcPos);
452 rc = rtCritSectTryEnter(papCritSects[j], pSrcPos);
465 int rc2 = RTCritSectLeave(papCritSects[i]);
473 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects) argument
476 return rtCritSectEnterMultiple(cCritSects, papCritSects, NULL);
479 return rtCritSectEnterMultiple(cCritSects, papCritSects,
485 RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
494 RTCritSectLeaveMultiple(size_t cCritSects, PRTCRITSECT *papCritSects) argument
[all...]
/vbox/include/iprt/
H A Dcritsect.h225 * @param papCritSects Array of critical section pointers.
231 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);
244 * @param papCritSects Array of critical section pointers.
252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
269 * @param papCritSects Array of critical section pointers.
271 RTDECL(int) RTCritSectLeaveMultiple(size_t cCritSects, PRTCRITSECT *papCritSects);

Completed in 45 milliseconds