Lines Matching +full:- +full:- +full:with +full:- +full:coroutine
18 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
34 * BlockDriverState ->parents and->children.
45 * If a coroutine changes AioContext, the counter in the original and new
78 * using a function pointer. As a workaround, annotate function pointers with
109 * The wrlock can only be taken from the main loop, with BQL held, as only the
130 * the graph, therefore wait in a coroutine queue.
131 * The writer will then wake this coroutine once it is done.
137 * Calling this function from the Main Loop with BQL held
141 * function/coroutine itself, and need to delegate the caller (usually main
142 * loop) to take it and wait that the coroutine ends, so that
161 * in a coroutine and in GLOBAL_STATE_CODE.
186 * taken even though we cannot prove it (yet) with GRAPH_RDLOCK. This can be