Skip to content

Commit 10162c2

Browse files
author
Colin Robertson
authored
Merge pull request #2922 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 1f2ea1c + 76160cc commit 10162c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parallel/thread-local-storage-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: 80801907-d792-45ca-b776-df0cf2e9f197
66
---
77
# Thread Local Storage (TLS)
88

9-
Thread Local Storage (TLS) is the method by which each thread in a given multithreaded process can allocate locations in which to store thread-specific data. Dynamically bound (run-time) thread-specific data is supported by way of the TLS API ([TlsAlloc](/windows/win32/api/processthreadsapi/nf-processthreadsapi-tlsalloc). Win32 and the Microsoft C++ compiler now support statically bound (load-time) per-thread data in addition to the existing API implementation.
9+
Thread Local Storage (TLS) is the method by which each thread in a given multithreaded process can allocate locations in which to store thread-specific data. Dynamically bound (run-time) thread-specific data is supported by way of the TLS API ([TlsAlloc](/windows/win32/api/processthreadsapi/nf-processthreadsapi-tlsalloc)). Win32 and the Microsoft C++ compiler now support statically bound (load-time) per-thread data in addition to the existing API implementation.
1010

1111
## <a name="_core_compiler_implementation_for_tls"></a> Compiler Implementation for TLS
1212

0 commit comments

Comments
 (0)