Searched defs:work (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dqueue.c57 struct work struct
68 struct work *w_next; /* next in queue */
71 typedef struct work WORK;
74 static int NumWorkGroups; /* number of work groups */
100 ** Each work group contains one or more queue groups. This is done
103 ** The number of queue groups that can be run on the next work run
109 int wg_numqgrp; /* number of queue groups in work grp */
121 static WORKGRP volatile WorkGrp[MAXWORKGROUPS + 1]; /* work groups */
604 ** Output future work requests.
1150 ** MARK_WORK_GROUP_RESTART -- mark a work grou
[all...]

Completed in 16 milliseconds