reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/LockFileManager.cpp
  300   struct timespec Interval;
lib/Support/Unix/Path.inc
  723   timespec Times[2];
lib/Support/Unix/Unix.h
   92 inline struct timespec toTimeSpec(TimePoint<> TP) {
   95   struct timespec RetVal;
projects/compiler-rt/include/xray/xray_records.h
   59     struct timespec TS;
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  324                                                        struct timespec *tp,
  330     dfsan_set_label(0, tp, sizeof(struct timespec));
  813 SANITIZER_INTERFACE_ATTRIBUTE int __dfsw_nanosleep(const struct timespec *req,
  814                                                    struct timespec *rem,
  822     dfsan_set_label(0, rem, sizeof(struct timespec));
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
  435   struct timespec ts;
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  791   timespec ts;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  223   unsigned struct_timespec_sz = sizeof(struct timespec);
projects/compiler-rt/lib/scudo/standalone/linux.cpp
  119   timespec TS;
projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  308     timespec TS;
  328         timespec TS;
projects/compiler-rt/lib/xray/xray_fdr_controller.h
   29   int (*WallClockReader)(clockid_t, struct timespec *) = 0;
   77     struct timespec TS {
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  432     timespec TS;
projects/openmp/runtime/src/z_Linux_util.cpp
   69   struct timespec start;
 1778   struct timespec stop;
unittests/Support/TimerTest.cpp
   27   struct timespec Interval;
usr/include/mqueue.h
   79 				const struct timespec *__restrict __abs_timeout)
   86 			 const struct timespec *__abs_timeout)
usr/include/netdb.h
  702 			const struct timespec *__timeout);
usr/include/pthread.h
  265 				 const struct timespec *__abstime);
  769 				    const struct timespec *__restrict
  908 				       const struct timespec *__restrict
  923 				       const struct timespec *__restrict
 1003 				   const struct timespec *__restrict __abstime)
usr/include/sched.h
   77 extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
usr/include/semaphore.h
   61 			  const struct timespec *__restrict __abstime);
usr/include/signal.h
  271 			 const struct timespec *__restrict __timeout)
usr/include/time.h
  211 extern int nanosleep (const struct timespec *__requested_time,
  212 		      struct timespec *__remaining);
  216 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
  219 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
  222 extern int clock_settime (clockid_t __clock_id, const struct timespec *__tp)
  231 			    const struct timespec *__req,
  232 			    struct timespec *__rem);
  263 extern int timespec_get (struct timespec *__ts, int __base)
usr/include/x86_64-linux-gnu/bits/stat.h
   91     struct timespec st_atim;		/* Time of last access.  */
   92     struct timespec st_mtim;		/* Time of last modification.  */
   93     struct timespec st_ctim;		/* Time of last status change.  */
  152     struct timespec st_atim;		/* Time of last access.  */
  153     struct timespec st_mtim;		/* Time of last modification.  */
  154     struct timespec st_ctim;		/* Time of last status change.  */
usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h
   10     struct timespec it_interval;
   11     struct timespec it_value;
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/gthr-default.h
   53 typedef struct timespec __gthread_time_t;
usr/include/x86_64-linux-gnu/sys/poll.h
   64 		  const struct timespec *__timeout,
usr/include/x86_64-linux-gnu/sys/select.h
  116 		    const struct timespec *__restrict __timeout,
usr/include/x86_64-linux-gnu/sys/socket.h
  201 		     struct timespec *__tmo);
usr/include/x86_64-linux-gnu/sys/stat.h
  361 		      const struct timespec __times[2],
  368 extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
utils/benchmark/src/sleep.cc
   36   struct timespec sleep_time;
utils/benchmark/src/timers.cc
   97 double MakeTime(struct timespec const& ts) {
  129   struct timespec spec;
  173   struct timespec ts;
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 1458   const timespec time = {