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

References

projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  328   int ret = clock_gettime(clk_id, tp);
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  796       clock_gettime(CLOCK_MONOTONIC, &ts);
projects/compiler-rt/lib/scudo/standalone/linux.cpp
  120   clock_gettime(CLOCK_MONOTONIC, &TS);
projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  309     int result = clock_gettime(CLOCK_REALTIME, &TS);
  329         int result = clock_gettime(CLOCK_REALTIME, &TS);
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  433     int result = clock_gettime(CLOCK_REALTIME, &TS);
  486         FDRController<>(TLD.BQ, TLD.Buffer, *TLD.Writer, clock_gettime,
utils/benchmark/src/timers.cc
  130   if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &spec) == 0)
  174   if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts) == 0) return MakeTime(ts);