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

/freebsd-9.3-release/contrib/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++)
1573 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1684 ** NoMoreRunners wil
[all...]

Completed in 94 milliseconds