Re: thread local storage
Re: thread local storage
- Subject: Re: thread local storage
- From: Eric Albert <email@hidden>
- Date: Wed, 21 Jun 2006 01:59:10 -0700
On Jun 21, 2006, at 1:31 AM, Tobias Ford wrote:
I'm getting this error: thread-local storage not supported for this
target
is __thread not supported under OSX?
__thread is not supported. The specification is somewhat ELF-
specific, which makes it a bit of a challenge.
Thread-local storage is supported, however. Take a look at the man
page for pthread_getspecific, for example.
Hope this helps,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden