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

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dmonitor.c23 bool Monitor = false; /* use monitoring? */ variable
85 SM_ASSERT(Monitor);
154 SM_ASSERT(!Monitor);
157 Monitor = true;
H A Dlibmilter.h302 extern bool Monitor;
308 if (Monitor) \
315 if (Monitor) \
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c228 /* Signal handler for Monitor() thread. */
241 Monitor(void *v __unused) function
301 pthread_create(&monitor, NULL, Monitor, NULL);
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c73 static int timetogo; /* Tell the Monitor thread to exit */
76 static int want_sem_post; /* Need to let the Monitor thread in ? */
205 * Handle being told by the Monitor thread that there's data to be read
234 /* Don't let the Monitor thread in 'till we've set ``data'' up again */
255 /* Let the Monitor thread in again */
272 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
311 * The Monitor thread entry point.
321 Monitor(void *v) function
613 * work while the Monitor thread simply tells the Terminal
625 pthread_create(&mon, NULL, Monitor,
[all...]

Completed in 301 milliseconds