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

/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c1055 ** Sets the NoMoreRunners boolean to true to stop more runners
1063 static bool volatile NoMoreRunners = false; variable
1081 NoMoreRunners = true;
1116 ** Sets the NoMoreRunners boolean to true to stop more runners
1133 NoMoreRunners = true;
1202 if (NoMoreRunners)
1247 if (NoMoreRunners ||
1492 for (i = 0; i < NumWorkGroups && !NoMoreRunners; i++)
1572 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1683 ** NoMoreRunners wil
[all...]

Completed in 45 milliseconds