Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBLog.cpp118 static struct timeval g_timeval = {0, 0}; in _DNBLogThreaded()
119 static struct timeval tv; in _DNBLogThreaded()
120 static struct timeval delta; in _DNBLogThreaded()
160 static struct timeval g_timeval = {0, 0}; in _DNBLogThreadedIf()
161 static struct timeval tv; in _DNBLogThreadedIf()
162 static struct timeval delta; in _DNBLogThreadedIf()
H A DDNBTimer.h72 struct timeval now; in ElapsedMicroSeconds()
86 struct timeval now; in GetTimeOfDay()
99 struct timeval now;
131 struct timeval m_timeval;
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcycleclock.h167 struct timeval tv; in Now()
173 struct timeval tv; in Now()
177 struct timeval tv; in Now()
212 struct timeval tv; in Now()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DUnix.h81 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration()
97 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
100 struct timeval RetVal; in toTimeVal()
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A DPR26163.ll24 ; struct timeval {
35 ; struct timeval lifetime;
37 ; memset(&lifetime, 0, sizeof(struct timeval));
55 %struct.timeval = type { i64, i32 }
65 …tail call void @llvm.dbg.declare(metadata %struct.timeval* undef, metadata !16, metadata !26), !db…
93 !17 = !DICompositeType(tag: DW_TAG_structure_type, name: "timeval", file: !5, line: 2, size: 128, a…
/llvm-project-15.0.7/lldb/tools/driver/
H A DPlatform.h59 struct timeval { struct
/llvm-project-15.0.7/lldb/source/Utility/
H A DSelectHelper.cpp192 struct timeval *tv_ptr = nullptr; in Select()
193 struct timeval tv = {0, 0}; in Select()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c254 struct timeval { int x; }; argument
258 int utimes(const char *filename, const struct timeval times[2]);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp114 struct timeval tp; in rtclock()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dreal_deadlock_detector_stress_test.cpp169 struct timeval tv; in main()
/llvm-project-15.0.7/libcxx/src/
H A Dchrono.cpp131 timeval tv;
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm284 struct timeval tv;
285 struct timeval thread_tv;
340 struct timeval current_used_time;
341 struct timeval tv;
348 struct timeval current_elapsed_time;
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp631 struct timeval tval; in __kmp_launch_monitor()
1470 struct timeval tval; in __kmp_suspend_template()
1787 struct timeval tval; in __kmp_read_system_time()
1799 struct timeval tval; in __kmp_clear_system_time()
1977 struct timeval tv; in __kmp_elapsed()
1991 struct timeval t; in __kmp_now_nsec()
H A Dkmp_stub.cpp297 struct timeval tval; in __kmps_get_wtime()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp81 unsigned timeval_sz = sizeof(timeval);
H A Dsanitizer_netbsd.cpp244 timeval tv; in NanoTime()
H A Dsanitizer_platform_limits_freebsd.cpp121 unsigned timeval_sz = sizeof(timeval);
H A Dsanitizer_platform_limits_posix.cpp201 unsigned timeval_sz = sizeof(timeval);
H A Dsanitizer_mac.cpp531 timeval tv; in NanoTime()
H A Dsanitizer_platform_limits_netbsd.cpp547 unsigned timeval_sz = sizeof(timeval);
985 unsigned struct_timeval_sz = sizeof(timeval);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1465 fd_set *exceptfds, struct timeval *timeout, in __dfsw_select()
1481 dfsan_set_label(0, timeout, sizeof(struct timeval)); in __dfsw_select()
1488 fd_set *exceptfds, struct timeval *timeout, in __dfso_select()
1719 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfsw_gettimeofday()
1724 dfsan_set_label(0, tv, sizeof(struct timeval)); in __dfsw_gettimeofday()
1734 int __dfso_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfso_gettimeofday()
/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp264 timeval t; in GetDateAndTime()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dfilesystem_common.h281 using TimeVal = struct timeval;
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp1293 struct timeval t; in test_select()
1403 struct timeval tv; in test_gettimeofday()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def931 /// int gettimeofday(struct timeval *tp, void *tzp);
1429 /// int utimes(const char *path, const struct timeval times[2]);

12