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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1436 static pid_t LastQueuePid = -1; /* last PID which had a queue ID */ variable
5300 ** LastQueueTime and LastQueuePid which are used by assign_queueid().
5302 ** LastQueueTime and LastQueuePid are set indirectly by main()
5303 ** before the daemon process is started, hence LastQueuePid is not
5305 ** actually have the same pid as LastQueuePid which means the section
5321 LastQueuePid = -1;
5372 if (cX >= QIC_LEN_SQR || LastQueueTime == 0 || LastQueuePid != pid)
5382 LastQueuePid == pid)
5386 LastQueuePid = queuenextid();
5413 (int) LastQueuePid);
[all...]

Completed in 67 milliseconds