Searched refs:ctx_wstate (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h118 int ctx_wstate; /* state of the session (worker pool) */ member in struct:smfi_str
H A Dworker.c187 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
[all...]

Completed in 269 milliseconds