Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlapi.c397 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
406 case LUA_TTHREAD: return thvalue(o); in lua_topointer()
629 setobj2s(L, L->top, gt(thvalue(o))); in lua_getfenv()
750 sethvalue(L, gt(thvalue(o)), hvalue(L->top - 1)); in lua_setfenv()
H A Dlobject.h101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
H A Dlapi.c436 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
447 case LUA_TTHREAD: return thvalue(o); in lua_topointer()