Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlapi.c106 lua_unlock(L); in lua_checkstack()
122 lua_unlock(to); in lua_xmove()
131 lua_unlock(L); in lua_atpanic()
177 lua_unlock(L); in lua_settop()
188 lua_unlock(L); in lua_remove()
201 lua_unlock(L); in lua_insert()
221 lua_unlock(L); in lua_replace()
230 lua_unlock(L); in lua_copy()
238 lua_unlock(L); in lua_pushvalue()
311 lua_unlock(L); in lua_arith()
[all …]
H A Dldo.c120 lua_unlock(L); in luaD_throw()
236 lua_unlock(L); in luaD_hook()
322 lua_unlock(L); in luaD_precall()
428 lua_unlock(L); in finishCcall()
525 lua_unlock(L); in resume_cb()
566 lua_unlock(L); in lua_resume()
594 lua_unlock(L); in lua_yieldk()
H A Dllimits.h158 #define lua_unlock(L) ((void) 0) macro
162 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
H A Dldebug.c102 lua_unlock(L); in lua_getstack()
170 lua_unlock(L); in lua_getlocal()
185 lua_unlock(L); in lua_setlocal()
306 lua_unlock(L); in lua_getinfo()
H A Dlzio.c25 lua_unlock(L); in luaZ_fill()
H A Dldump.c33 lua_unlock(D->L); in DumpBlock()
H A Dlstate.c249 lua_unlock(L); in lua_newthread()