summaryrefslogtreecommitdiffstats
path: root/qemu-thread-posix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix semaphores fallback codeBrad Smith2012-12-291-0/+1
* Disable semaphores fallback code for OpenBSDBrad Smith2012-12-281-5/+5
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* semaphore: implement fallback counting semaphores with mutex+condvarPaolo Bonzini2012-11-021-10/+82
* qemu-thread: add QemuSemaphorePaolo Bonzini2012-10-311-0/+80
* qemu-thread: Let qemu_thread_is_self() return boolAndreas Färber2012-08-021-1/+1
* qemu-thread: implement joinable threads for POSIXJan Kiszka2011-12-121-2/+26
* qemu-thread: add API for joinable threadsJan Kiszka2011-12-121-3/+4
* Abort on thread layer errorsJan Kiszka2011-09-211-1/+1
* qemu-thread: delete unused functionsBlue Swirl2011-03-191-38/+0
* add Win32 IPI servicePaolo Bonzini2011-03-131-9/+0
* add assertions on the owner of a QemuMutexPaolo Bonzini2011-03-131-1/+5
* add win32 qemu-thread implementationPaolo Bonzini2011-03-131-0/+192
OpenPOWER on IntegriCloud