summary refs log tree commit diff stats
path: root/scripts/archive-source.sh
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2017-09-28 10:59:56 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2017-10-03 14:36:16 -0400
commit82d90705fe203cc6e150c10bd61f0dbe6979e8f4 (patch)
tree5787f080ae09a751e55075ca15e44da122b52653 /scripts/archive-source.sh
parent0173e21b617d3de1fcfa917e329bb9194ab332a4 (diff)
downloadfocaccia-qemu-82d90705fe203cc6e150c10bd61f0dbe6979e8f4.tar.gz
focaccia-qemu-82d90705fe203cc6e150c10bd61f0dbe6979e8f4.zip
iothread: export iothread_stop()
So that internal iothread users can explicitly stop one iothread without
destroying it.

Since at it, fix iothread_stop() to allow it to be called multiple
times.  Before this patch we may call iothread_stop() more than once on
single iothread, while that may not be correct since qemu_thread_join()
is not allowed to run twice.  From manual of pthread_join():

  Joining with a thread that has previously been joined results in
  undefined behavior.

Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-id: 20170928025958.1420-4-peterx@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/archive-source.sh')
0 files changed, 0 insertions, 0 deletions