Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h167 #if !defined(luai_threadyield)
168 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
H A Dlvm.c577 luai_threadyield(L); )
/freebsd/contrib/lua/src/
H A Dllimits.h272 #if !defined(luai_threadyield)
273 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
H A Dlvm.c1133 luai_threadyield(L); }