Searched defs:ValidatorRec (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp64 RTLOCKVALRECEXCL ValidatorRec; member in struct:RTSEMMUTEXINTERNAL
144 RTLockValidatorRecExclInit(&pThis->ValidatorRec, hClass, uSubClass, pThis,
152 RTLockValidatorRecExclInitV(&pThis->ValidatorRec, hClass, uSubClass, pThis,
200 RTLockValidatorRecExclDelete(&pThis->ValidatorRec);
218 return RTLockValidatorRecExclSetSubClass(&pThis->ValidatorRec, uSubClass);
242 int rc9 = RTLockValidatorRecExclRecursion(&pThis->ValidatorRec, pSrcPos);
258 int rc9 = RTLockValidatorRecExclCheckOrderAndBlocking(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true,
322 RTLockValidatorRecExclSetOwner(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true);
378 int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorRec, pThis->cNesting == 1);
/vbox/src/VBox/Runtime/r3/win/
H A Dsemmutex-win.cpp63 RTLOCKVALRECEXCL ValidatorRec; member in struct:RTSEMMUTEXINTERNAL
99 RTLockValidatorRecExclInit(&pThis->ValidatorRec, hClass, uSubClass, pThis,
107 RTLockValidatorRecExclInitV(&pThis->ValidatorRec, hClass, uSubClass, pThis,
150 RTLockValidatorRecExclDelete(&pThis->ValidatorRec);
167 return RTLockValidatorRecExclSetSubClass(&pThis->ValidatorRec, uSubClass);
200 int rc9 = RTLockValidatorRecExclRecursion(&pThis->ValidatorRec, pSrcPos);
216 int rc9 = RTLockValidatorRecExclCheckOrderAndBlocking(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true,
233 RTLockValidatorRecExclSetOwner(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true);
301 int rc9 = RTLockValidatorRecExclUnwind(&pThis->ValidatorRec);
313 int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorRec, fals
[all...]
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp79 RTLOCKVALRECEXCL ValidatorRec; member in struct:RTSEMMUTEXINTERNAL
127 RTLockValidatorRecExclInit(&pThis->ValidatorRec, hClass, uSubClass, pThis,
135 RTLockValidatorRecExclInitV(&pThis->ValidatorRec, hClass, uSubClass, pThis,
174 RTLockValidatorRecExclDelete(&pThis->ValidatorRec);
195 return RTLockValidatorRecExclSetSubClass(&pThis->ValidatorRec, uSubClass);
219 int rc9 = RTLockValidatorRecExclRecursion(&pThis->ValidatorRec, pSrcPos);
231 int rc9 = RTLockValidatorRecExclCheckOrder(&pThis->ValidatorRec, hThreadSelf, pSrcPos, cMillies);
275 int rc9 = RTLockValidatorRecExclCheckBlocking(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true,
344 RTLockValidatorRecExclSetOwner(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true);
402 int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorRec, pThi
[all...]

Completed in 59 milliseconds