Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c98 return lua_yield(L, lua_gettop(L)); in luaB_yield()
/freebsd-13.1/contrib/lua/src/
H A Dlcorolib.c110 return lua_yield(L, lua_gettop(L)); in luaB_yield()
H A Dlua.h305 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h273 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro