Searched refs:ttisthread (Results 1 – 4 of 4) sorted by relevance
86 #define ttisthread(o) (ttype(o) == LUA_TTHREAD) macro101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th)
397 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
145 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
436 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()