Searched refs:lua_yield (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ | ||
H A D | lcorolib.c | 99 return lua_yield(L, lua_gettop(L)); in luaB_yield() |
H A D | lua.h | 272 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro |