summaryrefslogtreecommitdiffstats
path: root/util/qemu-thread-posix.c
Commit message (Expand)AuthorAgeFilesLines
* util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée2018-01-161-9/+12
* qemu-thread: fix races on threads that exit very quicklylinzhecheng2017-12-201-17/+42
* util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell2017-09-261-5/+5
* qemu-thread: Assert locks are initialized before usingFam Zheng2017-07-041-0/+27
* trace: add qemu mutex lock and unlock trace eventsJose Ricardo Ziviani2017-05-051-1/+17
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-201-6/+6
|\
| * qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()Caoxinhua2017-01-161-6/+6
* | qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2017-01-161-29/+6Star
|/
* qemu-thread: introduce QemuRecMutexPaolo Bonzini2016-10-281-0/+14
* qemu-thread: use acquire/release to clarify semantics of QemuEventPaolo Bonzini2016-10-241-3/+12
* util: Clean up includesPeter Maydell2016-02-041-10/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-1/+10
|\
| * qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota2015-09-021-1/+10
* | typofixes - v4Veres Lajos2015-09-111-1/+1
|/
* qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECKPaolo Bonzini2015-03-101-5/+1Star
* qemu-thread: fix qemu_event without futexesPaolo Bonzini2015-02-021-0/+2
* qemu-thread: add per-thread atexit functionsPaolo Bonzini2015-01-131-0/+37
* Detect pthread_setname_np at configure timeDr. David Alan Gilbert2014-03-271-3/+18
* qemu-thread-posix: Fix build against older glibc versionJan Kiszka2014-03-111-1/+1
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-2/+7
* Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2014-03-091-0/+7
* qemu-thread: add QemuEventPaolo Bonzini2013-10-171-0/+116
* semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui2013-08-051-12/+16
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+327