Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h377 #define gco2th(o) check_exp((o)->tt == LUA_VTHREAD, &((cast_u(o))->th)) macro
A Dlgc.c130 case LUA_VTHREAD: return &gco2th(o)->gclist; in getgclist()
662 case LUA_VTHREAD: return traversethread(g, gco2th(o)); in propagatemark()
786 luaE_freethread(L, gco2th(o)); in freeobj()
1064 lua_State *th = gco2th(curr); in sweep2old()
A Dlobject.h253 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))

Completed in 9 milliseconds