HomeSort by relevance Sort by last modified time
    Searched refs:lua_pushthread (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcorolib.c 133 int ismain = lua_pushthread(L);
ldblib.c 263 lua_pushthread(L);
316 lua_pushthread(L1); lua_xmove(L1, L, 1);
334 lua_pushthread(L1); lua_xmove(L1, L, 1);
lapi.c 593 LUA_API int lua_pushthread (lua_State *L) { function
  /external/syslinux/com32/lua/src/
lcorolib.c 133 int ismain = lua_pushthread(L);
ldblib.c 263 lua_pushthread(L);
316 lua_pushthread(L1); lua_xmove(L1, L, 1);
334 lua_pushthread(L1); lua_xmove(L1, L, 1);
lua.h 222 LUA_API int (lua_pushthread) (lua_State *L);
lapi.c 593 LUA_API int lua_pushthread (lua_State *L) { function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 217 LUA_API int (lua_pushthread) (lua_State *L);

Completed in 219 milliseconds