OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_yield
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lcorolib.c
44
if (l_likely(status == LUA_OK || status ==
LUA_YIELD
)) {
82
if (stat != LUA_OK && stat !=
LUA_YIELD
) { /* error in the coroutine? */
117
return
lua_yield
(L, lua_gettop(L));
135
case
LUA_YIELD
:
lcorolib.c
44
if (l_likely(status == LUA_OK || status ==
LUA_YIELD
)) {
82
if (stat != LUA_OK && stat !=
LUA_YIELD
) { /* error in the coroutine? */
117
return
lua_yield
(L, lua_gettop(L));
135
case
LUA_YIELD
:
lua.h
54
#define
LUA_YIELD
1
339
#define
lua_yield
(L,n) lua_yieldk(L, (n), 0, NULL)
macro
lua.h
54
#define
LUA_YIELD
1
339
#define
lua_yield
(L,n) lua_yieldk(L, (n), 0, NULL)
macro
Completed in 69 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026