Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua.h213 LUA_API int (lua_yield) (lua_State *L, int nresults); variable
H A Dlbaselib.c594 return lua_yield(L, lua_gettop(L)); in luaB_yield()
H A Dldo.c444 LUA_API int lua_yield (lua_State *L, int nresults) { in lua_yield() function