Searched defs:papCritSects (Results 1 - 1 of 1) 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...]

Completed in 44 milliseconds