Searched refs:luaopen_coroutine (Results 1 – 8 of 8) 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
206 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
1174 {"coroutine", luaopen_coroutine}, in loadlib()
47 {LUA_COLIBNAME, luaopen_coroutine},
19 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
1070 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()