Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h206 struct timespec GetSystemTime() const { return m_system_time; } in GetSystemTime()
208 void SetSystemTime(struct timespec stime) { m_system_time = stime; } in SetSystemTime()
211 return m_system_time.tv_sec > 0 || m_system_time.tv_usec > 0; in SystemTimeIsValid()
264 struct timespec m_system_time; variable