Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h227 struct timespec GetCumulativeSystemTime() const { in GetCumulativeSystemTime() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp387 prstatus.pr_cstime = copy_timespecs(info.GetCumulativeSystemTime()); in Populate()