Searched refs:nny (Results 1 – 4 of 4) sorted by relevance
404 if (!allowyield) L->nny++; in luaD_call()407 if (!allowyield) L->nny--; in luaD_call()416 lua_assert(L->nny == 0); in finishCcall()475 L->nny = 0; /* should be zero to be yieldable */ in recover()541 int oldnny = L->nny; /* save 'nny' */ in lua_resume()545 L->nny = 0; /* allow yields */ in lua_resume()563 L->nny = oldnny; /* restore 'nny' */ in lua_resume()576 if (L->nny > 0) { in lua_yieldk()604 unsigned short old_nny = L->nny; in luaD_pcall()614 L->nny = old_nny; in luaD_pcall()[all …]
164 unsigned short nny; /* number of non-yieldable calls in stack */ member
215 L->nny = 1; in preinit_state()
898 if (k != NULL && L->nny == 0) { /* need to prepare continuation? */ in lua_callk()946 if (k == NULL || L->nny > 0) { /* no continuation or no yieldable? */ in lua_pcallk()