Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c674 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */ in luaG_traceexec()
675 ci->callstatus &= ~CIST_HOOKYIELD; /* erase mark */ in luaG_traceexec()
694 ci->callstatus |= CIST_HOOKYIELD; /* mark that it yielded */ in luaG_traceexec()
Dlstate.h123 #define CIST_HOOKYIELD (1<<6) /* last hook called yielded */ macro