Thread-local storage

In computer programming, thread-local storage (TLS) is a memory management method that uses static or global memory local to a thread. The concept allows storage of data that appears to be global in a system with separate threads.

Source: Wikipedia — Thread-local storage (CC BY-SA 4.0)

Thread-local storage

In computer programming, thread-local storage (TLS) is a memory management method that uses static or global memory local to a thread. The concept allows storage of data that appears to be global in a system with separate threads.

Source: Wikipedia "Thread-local storage" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy