Home
last modified time | relevance | path

Searched refs:event_count (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp191 int event_count = kevent( kqueue_fd_, NULL, 0, &event, 1, timeout_ms ? &timeout : NULL ); in waitAndProcessEvents() local
194 LOG(logDEBUG) << "KQueueWatchTowerDriver::waitAndProcessEvents: event_count " << event_count; in waitAndProcessEvents()
200 else if ( event_count > 0 ) in waitAndProcessEvents()