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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c1056 ** Sets the NoMoreRunners boolean to true to stop more runners
1064 static bool volatile NoMoreRunners = false; variable
1082 NoMoreRunners = true;
1117 ** Sets the NoMoreRunners boolean to true to stop more runners
1134 NoMoreRunners = true;
1203 if (NoMoreRunners)
1248 if (NoMoreRunners ||
1493 for (i = 0; i < NumWorkGroups && !NoMoreRunners; i++)
1562 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1673 ** NoMoreRunners wil
[all...]

Completed in 42 milliseconds