Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp76 processInfo.SetIsZombie(State == ProcessState::Zombie); in GetStatusInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h246 void SetIsZombie(bool is_zombie) { m_zombie = is_zombie; } in SetIsZombie() function