Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/tests/
H A Dtest_utils.h
/glogg/tests/
H A Dtest_utils.h39 bool safeWait( int timeout = 10000 ) {
43 result = wait( timeout );
/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
H A Dquickfindwidget.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp188 struct timespec timeout = { timeout_ms / 1000, (timeout_ms % 1000) * 1000000}; in waitAndProcessEvents() local
191 int event_count = kevent( kqueue_fd_, NULL, 0, &event, 1, timeout_ms ? &timeout : NULL ); in waitAndProcessEvents()
H A Dquickfindwidget.cpp97 connect( notificationTimer_, SIGNAL( timeout() ), in QuickFindWidget()
H A Dabstractlogview.cpp498 int timeout = 4900 / ( delta * delta ); in timerEvent() local
499 autoScrollTimer_.start( timeout, this ); in timerEvent()