Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.h34 int allowyield);
H A Dldo.c476 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() argument
488 if (!allowyield) L->nny++; in luaD_call()
491 if (!allowyield) L->nny--; in luaD_call()