- Timestamp:
- Jul 18, 2002, 1:58:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wintls.cpp
r4796 r8886 1 /* $Id: wintls.cpp,v 1.1 7 2000-12-12 23:57:16 sandervlExp $ */1 /* $Id: wintls.cpp,v 1.18 2002-07-18 11:58:46 achimha Exp $ */ 2 2 /* 3 3 * Win32 TLS API functions … … 19 19 #define DBG_LOCALLOG DBG_wintls 20 20 #include "dbglocal.h" 21 22 //****************************************************************************** 23 // Design information on TLS - AH 2002-07-18 24 // 25 // Windows TLS is very restricted in size. We implement it the same way as NT - 26 // as part of the thread's TEB. We do not use the OS/2 TLS facilities directly. 27 // The only part we use OS/2 TLS for is to store the thread's TEB pointer. 28 // We fully support .tls sections in PE modules with this method. 29 //****************************************************************************** 21 30 22 31 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.