ttisthread        397 lib/lua/lapi.c   return (!ttisthread(o)) ? NULL : thvalue(o);
ttisthread        101 lib/lua/lobject.h #define thvalue(o)	check_exp(ttisthread(o), &(o)->value.gc->th)