qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v3 08/14] Add a 'name' parameter to qemu_thread_c


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PULL v3 08/14] Add a 'name' parameter to qemu_thread_create
Date: Tue, 11 Mar 2014 15:55:02 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

* Jan Kiszka (address@hidden) wrote:
> On 2014-03-09 20:20, Michael S. Tsirkin wrote:
> > From: "Dr. David Alan Gilbert" <address@hidden>
> > 
> > If enabled, set the thread name at creation (on GNU systems with
> >   pthread_set_np)
> > Fix up all the callers with a thread name
> 
> Seems like not all older Linux systems come with support for
> pthread_setname_np. Just ran into a linker bug on a box with glib 2.11.
> Can we discover the availability, if nothing helps during configure?

Gah - sorry about that; so either we can:

  1) Put a compile/link test in configure
  2) I could wrap it in   #if __GLIBC_PREREQ(2,12)
     
any preference?

> Thanks,
> Jan

Thanks for spotting it.

Dave
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

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