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

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c1076 ** Sets the NoMoreRunners boolean to true to stop more runners
1084 static bool volatile NoMoreRunners = false; variable
1102 NoMoreRunners = true;
1137 ** Sets the NoMoreRunners boolean to true to stop more runners
1154 NoMoreRunners = true;
1223 if (NoMoreRunners)
1268 if (NoMoreRunners ||
1514 for (i = 0; i < NumWorkGroups && !NoMoreRunners; i++)
1594 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1705 ** NoMoreRunners wil
[all...]

Completed in 110 milliseconds