Searched refs:allowyield (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldo.h34 int allowyield);
H A Dldo.c393 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { argument
400 if (!allowyield) L->nny++;
403 if (!allowyield) L->nny--;

Completed in 79 milliseconds