Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c101 gco2th(o)->gclist = g->gray; in reallymarkobject()
298 lua_State *th = gco2th(o); in propagatemark()
385 lua_assert(gco2th(o) != L && gco2th(o) != G(L)->mainthread); in freeobj()
386 luaE_freethread(L, gco2th(o)); in freeobj()
413 sweepwholelist(L, &gco2th(curr)->openupval); in sweeplist()
H A Dlstate.h159 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th)) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h214 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th)) macro
H A Dlgc.c281 gco2th(o)->gclist = g->gray; in reallymarkobject()
545 lua_State *th = gco2th(o); in propagatemark()
675 case LUA_TTHREAD: luaE_freethread(L, gco2th(o)); break; in freeobj()
744 sweepthread(L, gco2th(curr)); /* sweep thread's upvalues */ in sweeplist()