Searched refs:ctx_wstate (Results 1 – 2 of 2) sorted by relevance
184 ctx->ctx_wstate = WKST_READY_TO_RUN;189 ctx->ctx_wstate = WKST_RUNNING;358 if (ctx->ctx_wstate == WKST_WAITING)407 if (ctx->ctx_wstate == WKST_READY_TO_WAIT)411 if ((ctx->ctx_wstate == WKST_READY_TO_WAIT) ||412 (ctx->ctx_wstate == WKST_WAITING))444 ctx->ctx_wstate = WKST_WAITING;528 if (ctx->ctx_wstate != WKST_WAITING)545 ctx->ctx_wstate = WKST_READY_TO_RUN;550 ctx->ctx_wstate = WKST_RUNNING;[all …]
118 int ctx_wstate; /* state of the session (worker pool) */ member