Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h240 std::optional<int8_t> GetPriorityValue() const { return m_priority_value; } in GetPriorityValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp481 prpsinfo.pr_nice = info.GetPriorityValue().value_or(0); in Populate()