Sign in
qemu
/
qemu
/
0bd6e91a7e00129764afb9bed83ae5519e18a111
/
util
/
qemu-thread-posix.c
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 9 years ago
16ef9d0
qemu-thread: handle spurious futex_wait wakeups
by Emilio G. Cota
· 9 years ago
24fa904
qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
by Paolo Bonzini
· 10 years ago
158ef8c
qemu-thread: fix qemu_event without futexes
by Paolo Bonzini
· 10 years ago
ef57137
qemu-thread: add per-thread atexit functions
by Paolo Bonzini
· 10 years ago
5c31207
Detect pthread_setname_np at configure time
by Dr. David Alan Gilbert
· 11 years ago
01207d0
qemu-thread-posix: Fix build against older glibc version
by Jan Kiszka
· 11 years ago
4900116
Add a 'name' parameter to qemu_thread_create
by Dr. David Alan Gilbert
· 11 years ago
8f480de
Add 'debug-threads' suboption to --name
by Dr. David Alan Gilbert
· 11 years ago
c7c4d06
qemu-thread: add QemuEvent
by Paolo Bonzini
· 11 years ago
79761c6
semaphore: fix a hangup problem under load on NetBSD hosts.
by Izumi Tsutsui
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from qemu-thread-posix.c]
a795ef8
Fix semaphores fallback code
by Brad Smith
· 12 years ago
927fa90
Disable semaphores fallback code for OpenBSD
by Brad Smith
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
c166cb7
semaphore: implement fallback counting semaphores with mutex+condvar
by Paolo Bonzini
· 12 years ago
38b14db
qemu-thread: add QemuSemaphore
by Paolo Bonzini
· 13 years ago
2d797b6
qemu-thread: Let qemu_thread_is_self() return bool
by Andreas Färber
· 13 years ago
8763046
qemu-thread: implement joinable threads for POSIX
by Jan Kiszka
· 13 years ago
cf21871
qemu-thread: add API for joinable threads
by Jan Kiszka
· 13 years ago
53380ac
Abort on thread layer errors
by Jan Kiszka
· 13 years ago
44bc10d
qemu-thread: delete unused functions
by Blue Swirl
· 14 years ago
cc015e9
add Win32 IPI service
by Paolo Bonzini
· 14 years ago
89b48b5
add assertions on the owner of a QemuMutex
by Paolo Bonzini
· 14 years ago
9257d46
add win32 qemu-thread implementation
by Paolo Bonzini
· 14 years ago
[Renamed from qemu-thread.c]
b7680cb
Refactor thread retrieval and check
by Jan Kiszka
· 14 years ago
313b1d6
qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit
by Corentin Chary
· 15 years ago
55541c8
make qemu_thread_create block all signals
by Paolo Bonzini
· 15 years ago
609f2fa
qemu-thread: use pthread_equal
by Sebastian Herbszt
· 15 years ago
e5d355d
qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)
by aliguori
· 16 years ago