Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c131 int ismain = lua_pushthread(L); in luaB_corunning() local
132 lua_pushboolean(L, ismain); in luaB_corunning()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua28 local main, ismain = coroutine.running()
29 assert(type(main) == "thread" and ismain)