Searched refs:luaopen_coroutine (Results 1 – 7 of 7) sorted by relevance
149 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function156 EXPORT_SYMBOL(luaopen_coroutine);
45 {LUA_COLIBNAME, luaopen_coroutine},
21 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
203 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
48 {LUA_COLIBNAME, luaopen_coroutine},
19 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
1070 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()