Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h198 struct timespec GetUserTime() const { return m_user_time; } in GetUserTime() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp384 prstatus.pr_utime = copy_timespecs(info.GetUserTime()); in Populate()