Home
last modified time | relevance | path

Searched refs:CountThreadInfos (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.h193 int32 CountThreadInfos() const in CountThreadInfos() function
H A DCoreFile.cpp289 B_PRId32 " threads\n", CountAreaInfos(), CountImageInfos(), CountThreadInfos()); in _Init()
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp184 int32 count = fCoreFile->CountThreadInfos(); in GetThreadInfos()