Searched refs:ctx_wstate (Results 1 – 2 of 2) sorted by relevance
187 ctx->ctx_wstate = WKST_READY_TO_RUN;192 ctx->ctx_wstate = WKST_RUNNING;400 if (ctx->ctx_wstate == WKST_WAITING)449 if (ctx->ctx_wstate == WKST_READY_TO_WAIT)453 if ((ctx->ctx_wstate == WKST_READY_TO_WAIT) ||454 (ctx->ctx_wstate == WKST_WAITING))486 ctx->ctx_wstate = WKST_WAITING;574 if (ctx->ctx_wstate != WKST_WAITING)590 ctx->ctx_wstate = WKST_READY_TO_RUN;595 ctx->ctx_wstate = WKST_RUNNING;[all …]
118 int ctx_wstate; /* state of the session (worker pool) */ member