Searched refs:lua_isthread (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ | ||
H A D | ldblib.c | 99 if (lua_isthread(L, 1)) { in getthread() |
H A D | lua.h | 412 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro |