index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
qemu-thread-posix.c
Age
Commit message (
Expand
)
Author
2018-11-06
util/qemu-thread-posix: Fix qemu_thread_atexit* for OSX
Peter Maydell
2018-06-28
qemu-thread: introduce qemu-thread-common.h
Peter Xu
2018-05-09
qemu-thread: always keep the posix wrapper layer
Peter Xu
2018-01-16
util/qemu-thread-*: add qemu_lock, locked and unlock trace events
Alex Bennée
2017-12-20
qemu-thread: fix races on threads that exit very quickly
linzhecheng
2017-09-26
util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT
Peter Maydell
2017-07-04
qemu-thread: Assert locks are initialized before using
Fam Zheng
2017-05-05
trace: add qemu mutex lock and unlock trace events
Jose Ricardo Ziviani
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-16
qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()
Caoxinhua
2017-01-16
qemu-thread: optimize QemuLockCnt with futexes on Linux
Paolo Bonzini
2016-10-28
qemu-thread: introduce QemuRecMutex
Paolo Bonzini
2016-10-24
qemu-thread: use acquire/release to clarify semantics of QemuEvent
Paolo Bonzini
2016-02-04
util: Clean up includes
Peter Maydell
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-11
typofixes - v4
Veres Lajos
2015-09-02
qemu-thread: handle spurious futex_wait wakeups
Emilio G. Cota
2015-03-10
qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
Paolo Bonzini
2015-02-02
qemu-thread: fix qemu_event without futexes
Paolo Bonzini
2015-01-13
qemu-thread: add per-thread atexit functions
Paolo Bonzini
2014-03-27
Detect pthread_setname_np at configure time
Dr. David Alan Gilbert
2014-03-11
qemu-thread-posix: Fix build against older glibc version
Jan Kiszka
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
Add 'debug-threads' suboption to --name
Dr. David Alan Gilbert
2013-10-17
qemu-thread: add QemuEvent
Paolo Bonzini
2013-08-05
semaphore: fix a hangup problem under load on NetBSD hosts.
Izumi Tsutsui
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini