1. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  2. 8cc360b util/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
  3. 3dcc9c6 qemu-thread: Add qemu_cond_timedwait by Yury Kotov · 5 years ago
  4. 56cdca1 build-sys: build with Vista API by default by Marc-André Lureau · 6 years ago
  5. fe9959a qsp: QEMU's Synchronization Profiler by Emilio G. Cota · 8 years ago
  6. f1aff7a qemu-thread: introduce qemu-thread-common.h by Peter Xu · 7 years ago
  7. 6c27a0d util/qemu-thread-*: add qemu_lock, locked and unlock trace events by Alex Bennée · 7 years ago
  8. c096358 qemu-thread: Assert locks are initialized before using by Fam Zheng · 8 years ago
  9. 31f5a72 trace: add qemu mutex lock and unlock trace events by Jose Ricardo Ziviani · 8 years ago
  10. 12f8def win32: replace custom mutex and condition variable with native primitives by Andrey Shedel · 8 years ago
  11. 598cf1c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  12. b0cb0a6 Plumb the HAXM-based hardware acceleration support by Vincent Palatin · 8 years ago
  13. fbcc3e5 qemu-thread: optimize QemuLockCnt with futexes on Linux by Paolo Bonzini · 8 years ago
  14. feadec6 qemu-thread: introduce QemuRecMutex by Paolo Bonzini · 8 years ago
  15. 374293c qemu-thread: use acquire/release to clarify semantics of QemuEvent by Paolo Bonzini · 8 years ago
  16. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  17. 7c9b2bf qemu-thread: add a fast path to the Win32 QemuEvent by Paolo Bonzini · 10 years ago
  18. ef57137 qemu-thread: add per-thread atexit functions by Paolo Bonzini · 10 years ago
  19. 5c31207 Detect pthread_setname_np at configure time by Dr. David Alan Gilbert · 11 years ago
  20. 4900116 Add a 'name' parameter to qemu_thread_create by Dr. David Alan Gilbert · 11 years ago
  21. 8f480de Add 'debug-threads' suboption to --name by Dr. David Alan Gilbert · 11 years ago
  22. c7c4d06 qemu-thread: add QemuEvent by Paolo Bonzini · 11 years ago
  23. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from qemu-thread-win32.c]
  24. 6265e4f win32: Switch thread abstraction to us TLS variable internally by Jan Kiszka · 12 years ago
  25. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  26. 38b14db qemu-thread: add QemuSemaphore by Paolo Bonzini · 14 years ago
  27. 2d797b6 qemu-thread: Let qemu_thread_is_self() return bool by Andreas Färber · 13 years ago
  28. edc1de9 w32: Initialise critical section before starting thread (fix #922131) by Stefan Weil · 13 years ago
  29. 1ecf47b fix win32 build by Paolo Bonzini · 13 years ago
  30. 403e633 qemu-thread: implement joinable threads for Win32 by Paolo Bonzini · 13 years ago
  31. cf21871 qemu-thread: add API for joinable threads by Jan Kiszka · 13 years ago
  32. 53380ac Abort on thread layer errors by Jan Kiszka · 13 years ago
  33. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  34. 1a290ae w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroy by Stefan Weil · 14 years ago
  35. 9257d46 add win32 qemu-thread implementation by Paolo Bonzini · 14 years ago