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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dllimits.h169 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
/freebsd-13-stable/contrib/lua/src/
H A Dllimits.h262 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro

Completed in 51 milliseconds