Changeset 7769 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Jan 13, 2002, 10:42:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r7768 r7769 1 /* $Id: thread.cpp,v 1.4 0 2002-01-13 14:29:57sandervl Exp $ */1 /* $Id: thread.cpp,v 1.41 2002-01-13 21:42:43 sandervl Exp $ */ 2 2 3 3 /* … … 200 200 201 201 HMSetThreadTerminated(GetCurrentThread()); 202 Win32DllBase::detachThreadFromAllDlls(); 202 Win32DllBase::detachThreadFromAllDlls(); //send DLL_THREAD_DETACH message to all dlls 203 203 Win32DllBase::tlsDetachThreadFromAllDlls(); //destroy TLS structures of all dlls 204 WinExe->tlsDetachThread();//destroy TLS structure of main exe204 if(WinExe) WinExe->tlsDetachThread(); //destroy TLS structure of main exe 205 205 DestroyTIB(); 206 206
Note:
See TracChangeset
for help on using the changeset viewer.