aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-thread-posix.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12qemu-thread: implement joinable threads for POSIXJan Kiszka1-2/+26
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-3/+4
2011-09-21Abort on thread layer errorsJan Kiszka1-1/+1
2011-03-19qemu-thread: delete unused functionsBlue Swirl1-38/+0
2011-03-13add Win32 IPI servicePaolo Bonzini1-9/+0
2011-03-13add assertions on the owner of a QemuMutexPaolo Bonzini1-1/+5
2011-03-13add win32 qemu-thread implementationPaolo Bonzini1-0/+192