Searched refs:luai_threadyield (Results 1 – 4 of 4) sorted by relevance
114 #ifndef luai_threadyield115 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
358 #define dojump(L,pc,i) {(pc) += (i); luai_threadyield(L);}
168 #if !defined(luai_threadyield)169 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
578 luai_threadyield(L); )