diff options
| author | Peter Xu | 2018-04-25 04:54:57 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2018-06-28 19:05:31 +0200 |
| commit | f1aff7aa8e6f238909bd0b0e7a1fe235802843f2 (patch) | |
| tree | 1011c518b6635c6cf15cf1259b22f900d45e9746 /include | |
| parent | tests/atomic_add-bench: add -m option to use mutexes (diff) | |
| download | qemu-f1aff7aa8e6f238909bd0b0e7a1fe235802843f2.tar.gz qemu-f1aff7aa8e6f238909bd0b0e7a1fe235802843f2.tar.xz qemu-f1aff7aa8e6f238909bd0b0e7a1fe235802843f2.zip | |
qemu-thread: introduce qemu-thread-common.h
Introduce some hooks for the shared part of qemu thread between POSIX
and Windows implementations. Note that in qemu_mutex_unlock_impl() we
moved the call before unlock operation which should make more sense.
And we don't need qemu_mutex_post_unlock() hook.
Put all these shared hooks into the header files. It should be internal
to qemu-thread but not for qemu-thread users, hence put into util/
directory.
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180425025459.5258-3-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
