Searched refs:gco2th (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h384 #define gco2th(o) check_exp((o)->tt == LUA_VTHREAD, &((cast_u(o))->th)) macro
H A Dlgc.c133 case LUA_VTHREAD: return &gco2th(o)->gclist;
671 case LUA_VTHREAD: return traversethread(g, gco2th(o));
795 luaE_freethread(L, gco2th(o));
1092 lua_State *th = gco2th(curr);
H A Dlstate.c298 L1 = gco2th(o);
H A Dlobject.h270 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))

Completed in 171 milliseconds