Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlapi.c107 lua_unlock(L); in lua_checkstack()
123 lua_unlock(to); in lua_xmove()
132 lua_unlock(L); in lua_atpanic()
178 lua_unlock(L); in lua_settop()
189 lua_unlock(L); in lua_remove()
202 lua_unlock(L); in lua_insert()
222 lua_unlock(L); in lua_replace()
231 lua_unlock(L); in lua_copy()
239 lua_unlock(L); in lua_pushvalue()
312 lua_unlock(L); in lua_arith()
[all …]
Dldo.c116 lua_unlock(L); in luaD_throw()
232 lua_unlock(L); in luaD_hook()
317 lua_unlock(L); in luaD_precall()
417 lua_unlock(L); in finishCcall()
514 lua_unlock(L); in resume()
554 lua_unlock(L); in lua_resume()
582 lua_unlock(L); in lua_yieldk()
Dllimits.h156 #define lua_unlock(L) ((void) 0) macro
160 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
Dldebug.c95 lua_unlock(L); in lua_getstack()
161 lua_unlock(L); in lua_getlocal()
173 lua_unlock(L); in lua_setlocal()
292 lua_unlock(L); in lua_getinfo()
Dlzio.c25 lua_unlock(L); in luaZ_fill()
Dldump.c33 lua_unlock(D->L); in DumpBlock()
Dlstate.c247 lua_unlock(L); in lua_newthread()
Dluac.c182 lua_unlock(L); in pmain()