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 D | lstate.c | 170 setthvalue(L, &mt, L); in init_registry() 240 setthvalue(L, L->top, L1); in lua_newthread()
|
| H A D | lobject.h | 215 #define setthvalue(L,obj,x) \ macro
|
| H A D | lapi.c | 594 setthvalue(L, L->top, L); in lua_pushthread()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstate.c | 191 setthvalue(L, &temp, L); /* temp = L */ in init_registry() 268 setthvalue(L, L->top, L1); in lua_newthread()
|
| H A D | lobject.h | 235 #define setthvalue(L,obj,x) \ macro
|
| H A D | lapi.c | 575 setthvalue(L, L->top, L); in lua_pushthread()
|