mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
add Win32 IPI service
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b55c22c65b
commit
cc015e9a5d
3 changed files with 22 additions and 13 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue