Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h228 return m_cumulative_system_time; in GetCumulativeSystemTime()
232 m_cumulative_system_time = cstime; in SetCumulativeSystemTime()
236 return m_cumulative_system_time.tv_sec > 0 || in CumulativeSystemTimeIsValid()
237 m_cumulative_system_time.tv_usec > 0; in CumulativeSystemTimeIsValid()
266 struct timespec m_cumulative_system_time; variable