Home
last modified time | relevance | path

Searched refs:luai_userstatethread (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllimits.h177 #if !defined(luai_userstatethread)
178 #define luai_userstatethread(L,L1) ((void)L) macro
Dlstate.c249 luai_userstatethread(L, L1); in lua_newthread()