Home
last modified time | relevance | path

Searched refs:current_co (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua224 function co_func (current_co)
225 assert(coroutine.running() == current_co)
226 assert(coroutine.resume(current_co) == false)
228 assert(coroutine.resume(current_co) == false)