Skip to content

Commit

Permalink
tls: Add draft README
Browse files Browse the repository at this point in the history
  • Loading branch information
razvand committed Apr 24, 2021
1 parent 9c693b8 commit 71c9904
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tls/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Thread-Local Storage

This is a tutorial / presentation on thread-local storage (TLS).
TLS is a per-thread memory area used to store thread-specific data.
Global data that are required to be specific per thread are usually stored as part of the TLS.

https://docs.oracle.com/cd/E19120-01/open.solaris/819-0690/chapter8-1/index.html

https://chao-tic.github.io/blog/2018/12/25/tls

https://wiki.osdev.org/Thread_Local_Storage

0 comments on commit 71c9904

Please sign in to comment.