Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.h33 lldb::tid_t GetRepresentativeThread() const { in GetRepresentativeThread() function
H A DCommandObjectThreadUtil.cpp113 uint32_t representative_thread_id = stack.GetRepresentativeThread(); in DoExecute()