Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h86 #define ttisthread(o) (ttype(o) == LUA_TTHREAD) macro
101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th)
H A Dlapi.c397 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h145 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro
164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
H A Dlapi.c436 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()