Changeset 19896 in vbox for trunk/include
- Timestamp:
- May 21, 2009 9:35:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47591
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/once.h
r10940 r19896 92 92 RTDECL(int) RTOnce(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2); 93 93 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 */ 102 RTDECL(void) RTOnceReset(PRTONCE pOnce); 103 94 104 /** @} */ 95 105
Note:
See TracChangeset
for help on using the changeset viewer.