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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h34 int allowyield);
H A Dldo.c403 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { argument
410 if (!allowyield) L->nny++;
413 if (!allowyield) L->nny--;

Completed in 149 milliseconds