Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c149 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
156 EXPORT_SYMBOL(luaopen_coroutine);
/freebsd-13.1/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.c203 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
/freebsd-13.1/libexec/flua/
H A Dlinit_flua.c48 {LUA_COLIBNAME, luaopen_coroutine},
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h19 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1070 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()