Home
last modified time | relevance | path

Searched refs:CIST_YIELDED (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */ macro
Dldo.c423 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED; in finishCcall()
520 ci->callstatus |= CIST_YIELDED; in resume()
Dlapi.c881 if (L->ci->callstatus & CIST_YIELDED) { in lua_getctx()