VirtualBox

Changeset 37316 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 3, 2011 12:49:02 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72071
Message:

IPRT: Inlined the already-done check in RTOnce().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/once.cpp

    r33262 r37316  
    157157
    158158
    159 RTDECL(int) RTOnce(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2)
     159RTDECL(int) RTOnceSlow(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser1, void *pvUser2)
    160160{
    161161    /*
     
    244244    return rcOnce;
    245245}
    246 RT_EXPORT_SYMBOL(RTOnce);
     246RT_EXPORT_SYMBOL(RTOnceSlow);
    247247
    248248
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