Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h186 #if !defined(luai_userstatethread)
187 #define luai_userstatethread(L,L1) ((void)L) macro
H A Dlstate.c247 luai_userstatethread(L, L1); in lua_newthread()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h725 #define luai_userstatethread(L,L1) ((void)L) macro
H A Dlapi.c148 luai_userstatethread(L, L1); in lua_newthread()