Searched defs:ttisthread (Results 1 – 2 of 2) sorted by relevance
86 #define ttisthread(o) (ttype(o) == LUA_TTHREAD) macro
145 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro