Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldebug.c849 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */ in luaG_traceexec()
850 ci->callstatus &= ~CIST_HOOKYIELD; /* erase mark */ in luaG_traceexec()
872 ci->callstatus |= CIST_HOOKYIELD; /* mark that it yielded */ in luaG_traceexec()
A Dlstate.h211 #define CIST_HOOKYIELD (1<<6) /* last hook called yielded */ macro

Completed in 6 milliseconds