util: Use real functions for thread-posix QemuRecMutex
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 23:31:38 +0000 (16:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 16 Jun 2021 01:31:00 +0000 (18:31 -0700)
commit4b193bb798f31dde78b2ec4ba299de6d962db8a4
tree07506a9d77cb1aa2f6f0fe46fb6fb1e504623188
parent6c06aca03678e72ed05aa0762d0935c81f06bfcc
util: Use real functions for thread-posix QemuRecMutex

Move the declarations from thread-win32.h into thread.h
and remove the macro redirection from thread-posix.h.
This will be required by following cleanups.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210614233143.1221879-4-richard.henderson@linaro.org>
include/qemu/thread-posix.h
include/qemu/thread-win32.h
include/qemu/thread.h
util/qemu-thread-posix.c