Home
last modified time | relevance | path

Searched refs:lua_unlock (Results 1 – 8 of 8) sorted by relevance

/external/lua/src/
Dlapi.c115 lua_unlock(L); in lua_checkstack()
132 lua_unlock(to); in lua_xmove()
141 lua_unlock(L); in lua_atpanic()
193 lua_unlock(L); in lua_settop()
227 lua_unlock(L); in lua_rotate()
242 lua_unlock(L); in lua_copy()
250 lua_unlock(L); in lua_pushvalue()
323 lua_unlock(L); in lua_arith()
342 lua_unlock(L); in lua_compare()
388 lua_unlock(L); in lua_tolstring()
[all …]
Dldo.c132 lua_unlock(L); in luaD_throw()
296 lua_unlock(L); in luaD_hook()
480 lua_unlock(L); in luaD_call()
548 lua_unlock(L); in finishCcall()
624 lua_unlock(L); in resume_error()
650 lua_unlock(L); in resume()
696 lua_unlock(L); in lua_resume()
732 lua_unlock(L); in lua_yieldk()
Dllimits.h243 #define lua_unlock(L) ((void) 0) macro
251 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
Dlzio.c27 lua_unlock(L); in luaZ_fill()
Dldebug.c176 lua_unlock(L); in lua_getstack()
241 lua_unlock(L); in lua_getlocal()
255 lua_unlock(L); in lua_setlocal()
412 lua_unlock(L); in lua_getinfo()
Dlstate.c348 lua_unlock(L); in lua_newthread()
380 lua_unlock(L); in lua_resetthread()
Dldump.c42 lua_unlock(D->L); in dumpBlock()
Dluac.c190 lua_unlock(L); in pmain()