[cfe-dev] status of 'thread_local'
Jean-Daniel Dupas
devlists at shadowlab.org
Tue Oct 16 13:34:37 PDT 2012
Le 16 oct. 2012 à 21:04, James Gregurich <bayoubengal at me.com> a écrit :
> howdy!
>
> What is the status of 'thread_local' support in clang? is that something that will be delivered in the next few months? later? never will be delivered? has been delivered, but the website not updated?
>
AFAIK, thread locals are supported in C using the __thread keyword on platform that support it for some times (OS X 10.7 for Mach-O, ELF platforms, …).
-- Jean-Daniel
More information about the cfe-dev
mailing list