diff options
author | Kevin Wolf <kwolf@redhat.com> | 2016-11-07 16:34:35 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-01-09 13:30:52 +0100 |
commit | 536fca7f7ea4913f71df7f420953e97619be74e1 (patch) | |
tree | a23646c39583a7a43ced78c5714b5103f5aa7fce /gdb-xml | |
parent | 4baaa8c3d891b57036fd2a7c6a890737793fe3a0 (diff) | |
download | qemu-536fca7f7ea4913f71df7f420953e97619be74e1.zip |
coroutine: Introduce qemu_coroutine_enter_if_inactive()
In the context of asynchronous work, if we have a worker coroutine that
didn't yield, the parent coroutine cannot be reentered because it hasn't
yielded yet. In this case we don't even have to reenter the parent
because it will see that the work is already done and won't even yield.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Diffstat (limited to 'gdb-xml')
0 files changed, 0 insertions, 0 deletions