Home
last modified time | relevance | path

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

/external/lua/src/
Dllimits.h222 #if !defined(luai_threadyield)
223 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
Dlvm.c752 luai_threadyield(L); }