HomeSort by: relevance | last modified time | path
    Searched refs:ttisthread (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lobject.h 268 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD)) macro
270 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
lapi.c 472 return (!ttisthread(o)) ? NULL : thvalue(o);

Completed in 18 milliseconds