Searched refs:LUA_YIELD (Results 1 – 5 of 5) sorted by relevance
31 if (status == LUA_OK || status == LUA_YIELD) { in auxresume()109 case LUA_YIELD: in luaB_costatus()
425 ci->u.c.status = LUA_YIELD; /* 'default' status */ in finishCcall()513 else if (L->status != LUA_YIELD) in resume_cb()523 ci->u.c.status = LUA_YIELD; /* 'default' status */ in resume_cb()551 while (status != LUA_OK && status != LUA_YIELD) { /* error? */ in lua_resume()582 L->status = LUA_YIELD; in lua_yieldk()591 luaD_throw(L, LUA_YIELD); in lua_yieldk()
44 #define LUA_YIELD 1 macro
82 if (L->status == LUA_YIELD) { /* did hook yield? */ in traceexec()88 luaD_throw(L, LUA_YIELD); in traceexec()
48 if (L->status == LUA_YIELD) { in swapextra()