Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlcorolib.c155 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
H A Dlua.h303 LUA_API int (lua_isyieldable) (lua_State *L); variable
H A Dldo.c701 LUA_API int lua_isyieldable (lua_State *L) { in lua_isyieldable() function