Searched refs:ttisthread (Results 1 – 2 of 2) sorted by relevance
240 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD)) macro242 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
440 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()