VirtualBox

Changeset 19896 in vbox for trunk/include


Ignore:
Timestamp:
May 21, 2009 9:35:42 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47591
Message:

IPRT: Added a RTOnceReset method (needed it for a testcase).

File:
1 edited

Legend:

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

    r10940 r19896  
    9292RTDECL(int) RTOnce(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2);
    9393
     94/**
     95 * Resets an execute once variable.
     96 *
     97 * The caller is responsible for making sure there are no concurrent accesses to
     98 * the execute once variable.
     99 *
     100 * @param   pOnce           Pointer to the execute once variable.
     101 */
     102RTDECL(void) RTOnceReset(PRTONCE pOnce);
     103
    94104/** @} */
    95105
Note: See TracChangeset for help on using the changeset viewer.

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