From cc015e9a5dde2f03f123357fa060acbdfcd570a4 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 12 Mar 2011 17:44:08 +0100 Subject: add Win32 IPI service Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- qemu-thread-posix.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'qemu-thread-posix.c') diff --git a/qemu-thread-posix.c b/qemu-thread-posix.c index 8b54cc0262..87c1a9fd93 100644 --- a/qemu-thread-posix.c +++ b/qemu-thread-posix.c @@ -171,15 +171,6 @@ void qemu_thread_create(QemuThread *thread, pthread_sigmask(SIG_SETMASK, &oldset, NULL); } -void qemu_thread_signal(QemuThread *thread, int sig) -{ - int err; - - err = pthread_kill(thread->thread, sig); - if (err) - error_exit(err, __func__); -} - void qemu_thread_get_self(QemuThread *thread) { thread->thread = pthread_self(); -- cgit v1.2.3