summaryrefslogtreecommitdiffstats
path: root/util/qemu-thread-win32.c
Commit message (Expand)AuthorAgeFilesLines
* util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2022-10-271-0/+12
* win32: set threads nameMarc-André Lureau2022-10-121-2/+52
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-161-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-6/+6
* util/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* qemu-thread: Add qemu_cond_timedwaitYury Kotov2019-09-161-0/+17
* build-sys: build with Vista API by defaultMarc-André Lureau2019-01-111-4/+0Star
* qsp: QEMU's Synchronization ProfilerEmilio G. Cota2018-08-231-2/+2
* qemu-thread: introduce qemu-thread-common.hPeter Xu2018-06-281-9/+8Star
* util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée2018-01-161-9/+11
* qemu-thread: Assert locks are initialized before usingFam Zheng2017-07-041-1/+33
* trace: add qemu mutex lock and unlock trace eventsJose Ricardo Ziviani2017-05-051-1/+10
* win32: replace custom mutex and condition variable with native primitivesAndrey Shedel2017-03-271-121/+15Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-201-2/+2
|\
| * Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-2/+2
* | qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2017-01-161-1/+1
|/
* qemu-thread: introduce QemuRecMutexPaolo Bonzini2016-10-281-0/+25
* qemu-thread: use acquire/release to clarify semantics of QemuEventPaolo Bonzini2016-10-241-3/+12
* util: Clean up includesPeter Maydell2016-02-041-2/+1Star
* qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini2015-09-241-4/+62
* qemu-thread: add per-thread atexit functionsPaolo Bonzini2015-01-131-11/+37
* Detect pthread_setname_np at configure timeDr. David Alan Gilbert2014-03-271-0/+2
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2014-03-091-0/+8
* qemu-thread: add QemuEventPaolo Bonzini2013-10-171-0/+26
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+359