Searched refs:lua_yield (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/mit/lua/dist/src/ | ||
| H A D | lcorolib.c | 111 return lua_yield(L, lua_gettop(L)); in luaB_yield() |
| H A D | lua.h | 328 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro |