Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h146 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro
165 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
H A Dlapi.c438 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()