Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h270 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
H A Dlapi.c472 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()