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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th)) macro
lgc.c 282 gco2th(o)->gclist = g->gray;
546 lua_State *th = gco2th(o);
676 case LUA_TTHREAD: luaE_freethread(L, gco2th(o)); break;
745 sweepthread(L, gco2th(curr)); /* sweep thread's upvalues */
    [all...]
  /external/syslinux/com32/lua/src/
lstate.h 212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th)) macro
lgc.c 282 gco2th(o)->gclist = g->gray;
546 lua_State *th = gco2th(o);
676 case LUA_TTHREAD: luaE_freethread(L, gco2th(o)); break;
745 sweepthread(L, gco2th(curr)); /* sweep thread's upvalues */
    [all...]

Completed in 112 milliseconds