We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c693b8 commit 71c9904Copy full SHA for 71c9904
tls/README.md
@@ -0,0 +1,11 @@
1
+# Thread-Local Storage
2
+
3
+This is a tutorial / presentation on thread-local storage (TLS).
4
+TLS is a per-thread memory area used to store thread-specific data.
5
+Global data that are required to be specific per thread are usually stored as part of the TLS.
6
7
+https://docs.oracle.com/cd/E19120-01/open.solaris/819-0690/chapter8-1/index.html
8
9
+https://chao-tic.github.io/blog/2018/12/25/tls
10
11
+https://wiki.osdev.org/Thread_Local_Storage
0 commit comments