aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-thread-win32.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-07w32: Initialise critical section before starting thread (fix #922131)Stefan Weil1-2/+7
2011-12-15fix win32 buildPaolo Bonzini1-6/+23
2011-12-12qemu-thread: implement joinable threads for Win32Paolo Bonzini1-38/+69
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-1/+3
2011-09-21Abort on thread layer errorsJan Kiszka1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-03-19w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroyStefan Weil1-0/+21
2011-03-13add win32 qemu-thread implementationPaolo Bonzini1-0/+260