Home
last modified time | relevance | path

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

/freebsd-src/contrib/lua/src/
H A Dlcorolib.c158 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
H A Dlua.h314 LUA_API int (lua_isyieldable) (lua_State *L); variable
H A Dldo.c866 LUA_API int lua_isyieldable (lua_State *L) { in lua_isyieldable() function
H A Dltests.c1762 lua_pushboolean(L1, lua_isyieldable(lua_tothread(L1, getindex))); in runC()