HomeSort by relevance Sort by last modified time
    Searched defs:lua_lock (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 154 #if !defined(lua_lock)
155 #define lua_lock(L) ((void) 0) macro
160 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}
  /external/syslinux/com32/lua/src/
llimits.h 154 #if !defined(lua_lock)
155 #define lua_lock(L) ((void) 0) macro
160 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);}

Completed in 230 milliseconds