Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c489 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error() function
505 resume_error(L, "C stack overflow", firstArg); in resume_cb()
508 resume_error(L, "cannot resume non-suspended coroutine", firstArg); in resume_cb()
514 resume_error(L, "cannot resume dead coroutine", firstArg); in resume_cb()