Home
last modified time | relevance | path

Searched refs:luai_userstatethread (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h185 #if !defined(luai_userstatethread)
186 #define luai_userstatethread(L,L1) ((void)L) macro
H A Dlstate.c246 luai_userstatethread(L, L1); in lua_newthread()
/freebsd/contrib/lua/src/
H A Dllimits.h289 #if !defined(luai_userstatethread)
290 #define luai_userstatethread(L,L1) ((void)L) macro
H A Dltests.h90 #define luai_userstatethread(l,l1) \ macro
H A Dlstate.c306 luai_userstatethread(L, L1); in lua_newthread()