Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h115 GetThreadByMachPortNumber(::thread_t mach_port_number) const;
H A DNativeThreadListDarwin.cpp162 NativeThreadDarwinSP NativeThreadListDarwin::GetThreadByMachPortNumber( in GetThreadByMachPortNumber() function in NativeThreadListDarwin
286 auto thread_sp = GetThreadByMachPortNumber(exc.thread_port); in NotifyException()