Lines Matching full:routine
26 * - main loop in co-routine context. Will block the main loop if not in
27 * co-routine context;
28 * - vCPU thread with no co-routine context and if the channel is not part
30 * - IOThread within co-routine context, outside of co-routine context
55 * Dont use in IOThread out of co-routine context as in mpqemu_msg_send()
62 * in co-routine context. Co-routine context is asserted above in mpqemu_msg_send()
64 * Also skip lock handling while in a co-routine in the main context. in mpqemu_msg_send()
88 * - From main loop in co-routine context. Will block the main loop if not in
89 * co-routine context;
90 * - From vCPU thread with no co-routine context and if the channel is not part
92 * - From IOThread within co-routine context, outside of co-routine context
104 * Dont use in IOThread out of co-routine context as in mpqemu_read()