Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/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 …]
Dllimits.h156 #define lua_unlock(L) ((void) 0) macro
160 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
Dldo.c116 lua_unlock(L); in luaD_throw()
232 lua_unlock(L); in luaD_hook()
318 lua_unlock(L); in luaD_precall()
424 lua_unlock(L); in finishCcall()
521 lua_unlock(L); in resume()
562 lua_unlock(L); in lua_resume()
590 lua_unlock(L); in lua_yieldk()
Dlzio.c25 lua_unlock(L); in luaZ_fill()
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()
Dldump.c33 lua_unlock(D->L); in DumpBlock()
Dlstate.c251 lua_unlock(L); in lua_newthread()
Dluac.c182 lua_unlock(L); in pmain()