qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] env in TLS


From: Lennert Buytenhek
Subject: Re: [Qemu-devel] env in TLS
Date: Mon, 11 Oct 2004 19:30:13 +0200
User-agent: Mutt/1.4.1i

On Mon, Oct 11, 2004 at 04:59:05PM +0200, Johannes Schindelin wrote:

> Hi,

Hi,


> -- snip --
> ifeq ($(NO_TLS),yes)
> CFLAGS+= -D__thread=
> endif
> -- snap --

So if your compiler doesn't support __thread, all threads will effectively
be using the very same "thread-local" variables, is that what you were
intending?


--L




reply via email to

[Prev in Thread] Current Thread [Next in Thread]