What's the deal with __thread?

Walter Bright newshound2 at digitalmars.com
Thu Nov 15 02:54:48 PST 2012


On 11/15/2012 2:28 AM, Don Clugston wrote:
> However, there is one case in the test suite which is unclear to me:
>
> extern(C) __thread int x;
>
> Is there any other way to do this?

extern(C) int x;



More information about the Digitalmars-d mailing list