Skip to content

Commit 71c9904

Browse files
committed
tls: Add draft README
1 parent 9c693b8 commit 71c9904

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tls/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)