Changeset 25692 in vbox for trunk/include/iprt/lockvalidator.h
- Timestamp:
- Jan 8, 2010 3:59:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/lockvalidator.h
r25685 r25692 730 730 * user will teach it all it needs to know (false). 731 731 * @param fRecursionOk Whether to allow lock recursion or not. 732 * @param fStrictReleaseOrder Enforce strict lock release order or not. 732 733 * @param cMsMinDeadlock Used to raise the sleep interval at which 733 734 * deadlock detection kicks in. Minimum is 1 ms, … … 741 742 */ 742 743 RTDECL(int) RTLockValidatorClassCreateEx(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos, 743 bool fAutodidact, bool fRecursionOk, 744 bool fAutodidact, bool fRecursionOk, bool fStrictReleaseOrder, 744 745 RTMSINTERVAL cMsMinDeadlock, RTMSINTERVAL cMsMinOrder); 745 746
Note:
See TracChangeset
for help on using the changeset viewer.