Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp77 processInfo.SetUserTime(convert(pstatusData.pr_utime)); in GetStatusInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h200 void SetUserTime(struct timespec utime) { m_user_time = utime; } in SetUserTime() function