summaryrefslogtreecommitdiffstats
path: root/include/qemu/thread-posix.h
Commit message (Expand)AuthorAgeFilesLines
* thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)2022-04-061-3/+2Star
* thread-posix: remove the posix semaphore supportLongpeng(Mike)2022-04-061-4/+0Star
* util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-161-2/+8
* util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-161-4/+0Star
* qsp: QEMU's Synchronization ProfilerEmilio G. Cota2018-08-231-2/+2
* QemuMutex: support --enable-debug-mutexPaolo Bonzini2018-06-281-0/+4
* thread-posix: fix qemu_rec_mutex_trylock macroEmilio G. Cota2017-11-141-1/+1
* util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell2017-09-261-1/+1
* qemu-thread: Assert locks are initialized before usingFam Zheng2017-07-041-0/+4
* qemu-thread: introduce QemuRecMutexPaolo Bonzini2016-10-281-0/+6
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+2
* qemu-thread: add QemuEventPaolo Bonzini2013-10-171-0/+8
* semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui2013-08-051-1/+1
* Disable semaphores fallback code for OpenBSDBrad Smith2012-12-281-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-0/+28