Changeset 37309 in vbox
- Timestamp:
- Jun 3, 2011 8:36:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/thread-win.cpp
r37155 r37309 88 88 if (pThread == (PRTTHREADINT)TlsGetValue(g_dwSelfTLS)) 89 89 TlsSetValue(g_dwSelfTLS, NULL); 90 91 if (pThread->hThread != INVALID_HANDLE_VALUE) 92 { 93 CloseHandle(pThread->hThread); 94 pThread->hThread = INVALID_HANDLE_VALUE; 95 } 90 96 } 91 97
Note:
See TracChangeset
for help on using the changeset viewer.