Home
last modified time | relevance | path

Searched refs:tv_current (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx946 struct timeval tv_last, tv_current; in getPasteData() local
948 tv_current = tv_last; in getPasteData()
1010 gettimeofday( &tv_current, NULL ); in getPasteData()
1012 tv_last = tv_current; in getPasteData()
1013 …} while( ! it->second->m_aDataArrived.check() && (tv_current.tv_sec - tv_last.tv_sec) < getSelecti… in getPasteData()
1016 if( (tv_current.tv_sec - tv_last.tv_sec) > getSelectionTimeout() ) in getPasteData()

Completed in 30 milliseconds