Changeset 83124 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 20, 2020 5:23:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136236
- Location:
- trunk/src/VBox/Runtime/r3/win
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/dllmain-win.cpp
r83101 r83124 82 82 83 83 case DLL_THREAD_DETACH: 84 rtT lsWinDetachThread();84 rtThreadWinTlsDestruction(); 85 85 rtThreadNativeDetach(); 86 86 break; -
trunk/src/VBox/Runtime/r3/win/tls-win.cpp
r83123 r83124 200 200 * Called by dllmain-win.cpp when a thread detaches. 201 201 */ 202 DECLHIDDEN(void) rtT lsWinDetachThread(void)202 DECLHIDDEN(void) rtThreadWinTlsDestruction(void) 203 203 { 204 204 if (ASMAtomicReadU32(&g_cTlsDtors) > 0)
Note:
See TracChangeset
for help on using the changeset viewer.