Home
last modified time | relevance | path

Searched refs:PROC_QUEUE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dutil.c2786 else if (type == PROC_QUEUE)
2858 if (ProcListVec[i].proc_type == PROC_QUEUE) in proc_list_probe()
H A Dqueue.c1140 proc_list_signal(PROC_QUEUE, sig);
1192 proc_list_signal(PROC_QUEUE, sig);
2036 proc_list_add(pid, "Queue runner", PROC_QUEUE,
H A Dsendmail.h1721 #define PROC_QUEUE 3 macro