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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/usr.sbin/pppctl/
H A Dpppctl.c71 static int timetogo; /* Tell the Monitor thread to exit */
74 static int want_sem_post; /* Need to let the Monitor thread in ? */
203 * Handle being told by the Monitor thread that there's data to be read
232 /* Don't let the Monitor thread in 'till we've set ``data'' up again */
253 /* Let the Monitor thread in again */
270 * a SIGUSR1 from the Monitor thread, telling us that the ppp descriptor
309 * The Monitor thread entry point.
319 Monitor(void *v) function
611 * work while the Monitor thread simply tells the Terminal
623 pthread_create(&mon, NULL, Monitor,
[all...]

Completed in 66 milliseconds