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

/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h218 #define CIST_HOOKYIELD (1<<6) /* last hook called yielded */ macro
H A Dldebug.c900 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */
901 ci->callstatus &= ~CIST_HOOKYIELD; /* erase mark */
923 ci->callstatus |= CIST_HOOKYIELD; /* mark that it yielded */

Completed in 124 milliseconds