VirtualBox

Ignore:
Timestamp:
Jan 8, 2010 3:59:45 PM (15 years ago)
Author:
vboxsync
Message:

iprt/lockvalidator: Implemented order validatation and the autodidactic class code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/lockvalidator.h

    r25685 r25692  
    730730 *                              user will teach it all it needs to know (false).
    731731 * @param   fRecursionOk        Whether to allow lock recursion or not.
     732 * @param   fStrictReleaseOrder Enforce strict lock release order or not.
    732733 * @param   cMsMinDeadlock      Used to raise the sleep interval at which
    733734 *                              deadlock detection kicks in.  Minimum is 1 ms,
     
    741742 */
    742743RTDECL(int) RTLockValidatorClassCreateEx(PRTLOCKVALCLASS phClass, PCRTLOCKVALSRCPOS pSrcPos,
    743                                          bool fAutodidact, bool fRecursionOk,
     744                                         bool fAutodidact, bool fRecursionOk, bool fStrictReleaseOrder,
    744745                                         RTMSINTERVAL cMsMinDeadlock, RTMSINTERVAL cMsMinOrder);
    745746
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette