Home
last modified time | relevance | path

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

/aosp_15_r20/external/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