VirtualBox

Changeset 16310 in vbox


Ignore:
Timestamp:
Jan 28, 2009 1:46:02 PM (16 years ago)
Author:
vboxsync
Message:

AutoLock.cpp: TLS question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/AutoLock.cpp

    r14772 r16310  
    8585    Global() : tlsID (NIL_RTTLS)
    8686    {
    87 #if defined (RT_OS_LINUX)
     87#if defined (RT_OS_LINUX) /** @todo r=bird: Why only linux? All but windows supports destructors... */
    8888        int vrc = RTTlsAllocEx (&tlsID, TLSDestructor);
    8989        AssertRC (vrc);
Note: See TracChangeset for help on using the changeset viewer.

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