Home
last modified time | relevance | path

Searched refs:ttisthread (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h251 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD)) macro
253 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
A Dlapi.c458 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()

Completed in 7 milliseconds