VirtualBox

Ignore:
Timestamp:
Feb 20, 2020 5:36:08 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136237
Message:

IPRT: Merged the two tls files, with the sideeffect that destructors only works for IPRT threads in non-dll setups. [fix]

File:
1 edited

Legend:

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

    r83124 r83125  
    669669#ifdef IPRT_WITH_GENERIC_TLS
    670670    rtThreadTlsDestruction(pThread);
    671 #elif defined(RT_OS_WINDOWS)
     671#elif defined(RT_OS_WINDOWS) && defined(IN_RING3)
    672672    rtThreadWinTlsDestruction();
    673673#endif
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