Changeset 37316 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 3, 2011 12:49:02 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/once.cpp
r33262 r37316 157 157 158 158 159 RTDECL(int) RTOnce (PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2)159 RTDECL(int) RTOnceSlow(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2) 160 160 { 161 161 /* … … 244 244 return rcOnce; 245 245 } 246 RT_EXPORT_SYMBOL(RTOnce );246 RT_EXPORT_SYMBOL(RTOnceSlow); 247 247 248 248
Note:
See TracChangeset
for help on using the changeset viewer.