Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp44 const struct timespec no_timeout = { 0, 0 }; in KQueueWatchTowerDriver() local
56 if ( kevent( kqueue_fd_, &changelist, 1, NULL, 0, &no_timeout ) != -1 ) in KQueueWatchTowerDriver()
74 const struct timespec no_timeout = { 0, 0 }; in addFile() local
89 if ( kevent( kqueue_fd_, &changelist, 1, NULL, 0, &no_timeout ) != -1 ) in addFile()
127 const struct timespec no_timeout = { 0, 0 }; in addDir() local
142 if ( kevent( kqueue_fd_, &changelist, 1, NULL, 0, &no_timeout ) != -1 ) in addDir()