Lines Matching full:functions
33 * Function specifiers, which do nothing but mark functions to be
39 * - co_wrapper functions can be called by only non-coroutine context, because
41 * - co_wrapper_mixed functions can be called by both coroutine and
43 * - co_wrapper_bdrv_rdlock are co_wrapper functions but automatically take and
45 * - co_wrapper_mixed_bdrv_rdlock are co_wrapper_mixed functions but
49 * These functions should not be called from a coroutine_fn; instead,
60 * Function specifier which does nothing but mark functions to be generated by
64 * functions that must not be called in coroutine context. It achieves this by
71 * the same way, no_co_wrapper_bdrv_wrlock functions automatically take the
552 * Common functions that are neither I/O nor Global State.
554 * These functions must never call any function from other categories