Home
last modified time | relevance | path

Searched refs:setthvalue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c170 setthvalue(L, &mt, L); in init_registry()
240 setthvalue(L, L->top, L1); in lua_newthread()
H A Dlobject.h215 #define setthvalue(L,obj,x) \ macro
H A Dlapi.c594 setthvalue(L, L->top, L); in lua_pushthread()
/freebsd-12.1/contrib/lua/src/
H A Dlstate.c191 setthvalue(L, &temp, L); /* temp = L */ in init_registry()
268 setthvalue(L, L->top, L1); in lua_newthread()
H A Dlobject.h235 #define setthvalue(L,obj,x) \ macro
H A Dlapi.c575 setthvalue(L, L->top, L); in lua_pushthread()