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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */
ldo.c 416 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
513 ci->callstatus |= CIST_YIELDED;
lapi.c 881 if (L->ci->callstatus & CIST_YIELDED) {

Completed in 83 milliseconds