Searched refs:CIST_FIN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h125 #define CIST_FIN (1<<8) /* call is running a finalizer */ macro
H A Dlgc.c822 L->ci->callstatus |= CIST_FIN; /* will run a finalizer */
824 L->ci->callstatus &= ~CIST_FIN; /* not running a finalizer anymore */
H A Dldebug.c251 else if (ci->callstatus & CIST_FIN) { /* is this a finalizer? */

Completed in 136 milliseconds