From: "Dr. David Alan Gilbert"
If enabled, set the thread name at creation (on GNU systems with
pthread_set_np)
Fix up all the callers with a thread name
Signed-off-by: Dr. David Alan Gilbert
Acked-by: Michael S. Tsirkin
Reviewed-by: Laszlo Ersek
---
include/qemu/thread.h | 2 +-
* Jan Kiszka (jan.kis...@siemens.com) wrote:
> On 2014-03-09 20:20, Michael S. Tsirkin wrote:
> > From: "Dr. David Alan Gilbert"
> >
> > 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 old
On 2014-03-09 20:20, Michael S. Tsirkin wrote:
> From: "Dr. David Alan Gilbert"
>
> 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. Ju
From: "Dr. David Alan Gilbert"
If enabled, set the thread name at creation (on GNU systems with
pthread_set_np)
Fix up all the callers with a thread name
Signed-off-by: Dr. David Alan Gilbert
Acked-by: Michael S. Tsirkin
Reviewed-by: Laszlo Ersek
---
include/qemu/thread.h | 2 +-