Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h114 #ifndef luai_threadyield
115 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
H A Dlvm.c358 #define dojump(L,pc,i) {(pc) += (i); luai_threadyield(L);}
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h168 #if !defined(luai_threadyield)
169 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
H A Dlvm.c578 luai_threadyield(L); )