Searched refs:event_count (Results 1 – 2 of 2) sorted by relevance
191 int event_count = kevent( kqueue_fd_, NULL, 0, &event, 1, timeout_ms ? &timeout : NULL ); in waitAndProcessEvents() local194 LOG(logDEBUG) << "KQueueWatchTowerDriver::waitAndProcessEvents: event_count " << event_count; in waitAndProcessEvents()200 else if ( event_count > 0 ) in waitAndProcessEvents()