Home
last modified time | relevance | path

Searched refs:sec_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp367 using sec_t = decltype(compat_timeval::tv_sec); in copy_timespecs() typedef
369 return {static_cast<sec_t>(oth.tv_sec), static_cast<usec_t>(oth.tv_usec)}; in copy_timespecs()