Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h100 #define CIST_YIELDED (1<<3) /* call reentered after suspension */ macro
H A Dldo.c498 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED; in finishCcall()
595 ci->callstatus |= CIST_YIELDED; in resume_cb()
H A Dlapi.c878 if (L->ci->callstatus & CIST_YIELDED) { in lua_getctx()