Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c99 if (lua_isthread(L, 1)) { in getthread()
H A Dlua.h412 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro