13 Commits (1ff36b5d4d00a4e3633eb960bf2be562f5e47dbf)

Author SHA1 Message Date
Veres Lajos 67cc32ebfd typofixes - v4 11 years ago
Emilio G. Cota 16ef9d0252 qemu-thread: handle spurious futex_wait wakeups 11 years ago
Paolo Bonzini 24fa90499f qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK 11 years ago
Paolo Bonzini 158ef8cbb7 qemu-thread: fix qemu_event without futexes 11 years ago
Paolo Bonzini ef57137f1b qemu-thread: add per-thread atexit functions 12 years ago
Dr. David Alan Gilbert 5c31207941 Detect pthread_setname_np at configure time 12 years ago
Jan Kiszka 01207d0b78 qemu-thread-posix: Fix build against older glibc version 12 years ago
Dr. David Alan Gilbert 4900116e6f Add a 'name' parameter to qemu_thread_create 12 years ago
Dr. David Alan Gilbert 8f480de0c9 Add 'debug-threads' suboption to --name 12 years ago
Paolo Bonzini c7c4d063f5 qemu-thread: add QemuEvent 13 years ago
Izumi Tsutsui 79761c6681 semaphore: fix a hangup problem under load on NetBSD hosts. 13 years ago
Paolo Bonzini baacf04799 build: move libqemuutil.a components to util/ 14 years ago
Brad Smith a795ef8dcb Fix semaphores fallback code 14 years ago
Brad Smith 927fa909d5 Disable semaphores fallback code for OpenBSD 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini c166cb72f1 semaphore: implement fallback counting semaphores with mutex+condvar 14 years ago
Paolo Bonzini 38b14db34e qemu-thread: add QemuSemaphore 15 years ago
Andreas Färber 2d797b6520 qemu-thread: Let qemu_thread_is_self() return bool 14 years ago
Jan Kiszka 8763046b4b qemu-thread: implement joinable threads for POSIX 15 years ago
Jan Kiszka cf21871479 qemu-thread: add API for joinable threads 15 years ago
Jan Kiszka 53380ac37f Abort on thread layer errors 15 years ago
Blue Swirl 44bc10d5bc qemu-thread: delete unused functions 15 years ago
Paolo Bonzini cc015e9a5d add Win32 IPI service 15 years ago
Paolo Bonzini 89b48b5681 add assertions on the owner of a QemuMutex 15 years ago
Paolo Bonzini 9257d46d55 add win32 qemu-thread implementation 15 years ago
Jan Kiszka b7680cb607 Refactor thread retrieval and check 15 years ago
Corentin Chary 313b1d697d qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit 16 years ago
Paolo Bonzini 55541c8afc make qemu_thread_create block all signals 16 years ago
Sebastian Herbszt 609f2fabab qemu-thread: use pthread_equal 17 years ago
aliguori e5d355d12e qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) 17 years ago