Lines Matching full:monitoring
76 da_mon->monitoring = 0; \
98 * da_monitor_start_##name - start monitoring \
100 * The monitor will ignore all events until monitoring is set to true. This \
101 * function needs to be called to tell the monitor to start monitoring. \
106 da_mon->monitoring = 1; \
114 return da_mon->monitoring; \
142 /* monitor is actually monitoring */ \
404 * da_handle_start_event_##name - start monitoring or handle event \
407 * to the initial state, so the monitor can start monitoring in the next event. \
433 * da_handle_start_run_event_##name - start monitoring and handle event \
436 * initial state, so the monitor can start monitoring and handling event. \
488 * da_handle_start_event_##name - start monitoring or handle event \
491 * to the initial state, so the monitor can start monitoring in the next event. \