Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h168 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
/freebsd/contrib/lua/src/
H A Dllimits.h273 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro