HomeSort by relevance Sort by last modified time
    Searched refs:CIST_YIELDED (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */
ldo.c 423 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
520 ci->callstatus |= CIST_YIELDED;
lapi.c 881 if (L->ci->callstatus & CIST_YIELDED) {
  /external/syslinux/com32/lua/src/
lstate.h 99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */
ldo.c 423 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
520 ci->callstatus |= CIST_YIELDED;
lapi.c 881 if (L->ci->callstatus & CIST_YIELDED) {

Completed in 338 milliseconds