Changeset 83124 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Feb 20, 2020 5:23:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136236
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r82968 r83124 664 664 Assert(pThread->cRefs >= 1); 665 665 666 /* 667 * Destroy TLS entries. 668 */ 666 669 #ifdef IPRT_WITH_GENERIC_TLS 667 /*668 * Destroy TLS entries.669 */670 670 rtThreadTlsDestruction(pThread); 671 #endif /* IPRT_WITH_GENERIC_TLS */ 671 #elif defined(RT_OS_WINDOWS) 672 rtThreadWinTlsDestruction(); 673 #endif 672 674 673 675 /*
Note:
See TracChangeset
for help on using the changeset viewer.