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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dworker.c184 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
[all...]
H A Dlibmilter.h118 int ctx_wstate; /* state of the session (worker pool) */ member in struct:smfi_str

Completed in 222 milliseconds