Home
last modified time | relevance | path

Searched defs:luaopen_coroutine (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlualib.h19 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c149 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function