src/corelib/kernel/qcore_unix_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   312 
   312 
   313 #if !defined(_POSIX_MONOTONIC_CLOCK)
   313 #if !defined(_POSIX_MONOTONIC_CLOCK)
   314 #  define _POSIX_MONOTONIC_CLOCK -1
   314 #  define _POSIX_MONOTONIC_CLOCK -1
   315 #endif
   315 #endif
   316 
   316 
   317 bool qt_gettime_is_monotonic();
   317 timeval qt_gettime(); // in qelapsedtimer_mac.cpp or qtimestamp_unix.cpp
   318 timeval qt_gettime();
   318 
   319 Q_CORE_EXPORT int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept,
   319 Q_CORE_EXPORT int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept,
   320                                  const struct timeval *tv);
   320                                  const struct timeval *tv);
   321 
   321 
   322 QT_END_NAMESPACE
   322 QT_END_NAMESPACE
   323 
   323