thread_local

From RAD Studio
Jump to: navigation, search

Go Up to Keywords, Alphabetical Listing Index


Category

Reserved Words (C++)

Syntax

thread_local

Description

The keyword is supported by the clang-based compiler, but is not supported by the classic compiler. It states that a variable's has thread storage duration.

See Also