Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlapi.c104 lua_unlock(L); in lua_checkstack()
120 lua_unlock(to); in lua_xmove()
129 lua_unlock(L); in lua_atpanic()
175 lua_unlock(L); in lua_settop()
186 lua_unlock(L); in lua_remove()
199 lua_unlock(L); in lua_insert()
219 lua_unlock(L); in lua_replace()
228 lua_unlock(L); in lua_copy()
236 lua_unlock(L); in lua_pushvalue()
311 lua_unlock(L); in lua_arith()
[all …]
HDldo.c193 lua_unlock(L); in luaD_throw()
314 lua_unlock(L); in luaD_hook()
400 lua_unlock(L); in luaD_precall()
511 lua_unlock(L); in finishCcall()
608 lua_unlock(L); in resume_cb()
649 lua_unlock(L); in lua_resume()
677 lua_unlock(L); in lua_yieldk()
HDllimits.h165 #define lua_unlock(L) ((void) 0) macro
169 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
HDldebug.c101 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()
HDlzio.c24 lua_unlock(L); in luaZ_fill()
HDlstate.c249 lua_unlock(L); in lua_newthread()
/freebsd-13-stable/contrib/lua/src/
HDlapi.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 …]
HDldo.c132 lua_unlock(L); in luaD_throw()
316 lua_unlock(L); in luaD_hook()
502 lua_unlock(L); in luaD_precall()
588 lua_unlock(L); in finishCcall()
664 lua_unlock(L); in resume_error()
690 lua_unlock(L); in resume()
731 lua_unlock(L); in lua_resume()
767 lua_unlock(L); in lua_yieldk()
HDllimits.h254 #define lua_unlock(L) ((void) 0) macro
262 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
HDlzio.c27 lua_unlock(L); in luaZ_fill()
HDldebug.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()
HDlstate.c312 lua_unlock(L); in lua_newthread()
344 lua_unlock(L); in lua_resetthread()
HDldump.c42 lua_unlock(D->L); in dumpBlock()
HDluac.c190 lua_unlock(L); in pmain()