OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resume_error
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldo.c
773
static int
resume_error
(lua_State *L, const char *msg, int narg) {
function
841
return
resume_error
(L, "cannot resume non-suspended coroutine", nargs);
843
return
resume_error
(L, "cannot resume dead coroutine", nargs);
846
return
resume_error
(L, "cannot resume dead coroutine", nargs);
849
return
resume_error
(L, "C stack overflow", nargs);
ldo.c
773
static int
resume_error
(lua_State *L, const char *msg, int narg) {
function
841
return
resume_error
(L, "cannot resume non-suspended coroutine", nargs);
843
return
resume_error
(L, "cannot resume dead coroutine", nargs);
846
return
resume_error
(L, "cannot resume dead coroutine", nargs);
849
return
resume_error
(L, "C stack overflow", nargs);
Completed in 40 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026