qemu-thread: Let qemu_thread_is_self() return bool
commit2d797b6520d38bc66827b2022e9c620058f18de3
authorAndreas Färber <afaerber@suse.de>
Wed, 2 May 2012 15:21:31 +0000 (2 17:21 +0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 2 Aug 2012 16:11:11 +0000 (2 18:11 +0200)
treecbd53e9258d1580a1edecf3f6aa51c0d14f7e3b3
parent02d2bd5d57812154cfb978bc2098cf49d551583d
qemu-thread: Let qemu_thread_is_self() return bool

qemu_cpu_is_self(), passing the return value through, will later be
adapted to return bool as well.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
qemu-thread-posix.c
qemu-thread-win32.c
qemu-thread.h