Lines Matching full:monitoring
75 da_mon->monitoring = 0; \
97 * da_monitor_start_##name - start monitoring \
99 * The monitor will ignore all events until monitoring is set to true. This \
100 * function needs to be called to tell the monitor to start monitoring. \
105 da_mon->monitoring = 1; \
113 return da_mon->monitoring; \
141 /* monitor is actually monitoring */ \
400 * da_handle_start_event_##name - start monitoring or handle event \
403 * to the initial state, so the monitor can start monitoring in the next event. \
429 * da_handle_start_run_event_##name - start monitoring and handle event \
432 * initial state, so the monitor can start monitoring and handling event. \
484 * da_handle_start_event_##name - start monitoring or handle event \
487 * to the initial state, so the monitor can start monitoring in the next event. \