Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldblib.c95 if (lua_isthread(L, 1)) { in getthread()
H A Dlua.h389 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro
H A Dltests.c1791 else if (lua_isthread(L, 1)) { in testC()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h336 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro