]> Git Repo - qemu.git/commit
linux-user: Use QemuMutex and QemuCond
authorSergey Fedorov <[email protected]>
Tue, 2 Aug 2016 17:27:37 +0000 (18:27 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 27 Sep 2016 09:57:29 +0000 (11:57 +0200)
commit959f593c0e010cc0ee2e47e7f45e66c0695683b7
treeaed616d784deae8415b8ab971d6c86613afe64ca
parenta5403c69fcf2c946d166faa27e5db8436a00d183
linux-user: Use QemuMutex and QemuCond

Convert pthread_mutex_t and pthread_cond_t to QemuMutex and QemuCond.
This will allow to make some locks and conditional variables common
between user and system mode emulation.

Signed-off-by: Sergey Fedorov <[email protected]>
Signed-off-by: Sergey Fedorov <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <1470158864[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
linux-user/main.c
This page took 0.024546 seconds and 4 git commands to generate.