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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1057 ** Sets the NoMoreRunners boolean to true to stop more runners
1065 static bool volatile NoMoreRunners = false; variable
1083 NoMoreRunners = true;
1118 ** Sets the NoMoreRunners boolean to true to stop more runners
1135 NoMoreRunners = true;
1204 if (NoMoreRunners)
1249 if (NoMoreRunners ||
1494 for (i = 0; i < NumWorkGroups && !NoMoreRunners; i++)
1563 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1674 ** NoMoreRunners wil
[all...]

Completed in 64 milliseconds