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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 159 #if !defined(luai_threadyield)
160 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro
  /external/lua/src/
llimits.h 222 #if !defined(luai_threadyield)
223 #define luai_threadyield(L) {lua_unlock(L); lua_lock(L);} macro

Completed in 256 milliseconds