×
Thread-local storage

Thread-local storage

In computer programming, thread-local storage 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. Wikipedia