thread local storage

A storage method in which an index can be used by multiple threads of the same process to store and retrieve a different value for each thread. See also thread.