Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c148 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
155 EXPORT_SYMBOL(luaopen_coroutine);
/freebsd-src/contrib/lua/src/
H A Dlinit.c45 {LUA_COLIBNAME, luaopen_coroutine},
H A Dlualib.h21 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
H A Dlcorolib.c206 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
H A Dltests.c1174 {"coroutine", luaopen_coroutine}, in loadlib()
/freebsd-src/libexec/flua/
H A Dlinit_flua.c47 {LUA_COLIBNAME, luaopen_coroutine},
/freebsd-src/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h18 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1069 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()