Home
last modified time | relevance | path

Searched defs:luai_threadyield (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h115 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h169 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro