Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/misc/once.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/once.cpp
r19896 r21337 29 29 */ 30 30 31 31 32 /******************************************************************************* 32 33 * Header Files * 33 34 *******************************************************************************/ 34 35 #include <iprt/once.h> 36 #include "internal/iprt.h" 37 35 38 #include <iprt/semaphore.h> 36 39 #include <iprt/thread.h> … … 159 162 return ASMAtomicUoReadS32(&pOnce->rc); 160 163 } 164 RT_EXPORT_SYMBOL(RTOnce); 161 165 162 166 … … 172 176 ASMAtomicWriteS32(&pOnce->iState, -1); 173 177 } 178 RT_EXPORT_SYMBOL(RTOnceReset); 174 179
Note:
See TracChangeset
for help on using the changeset viewer.