|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Target/ThreadList.h 38 uint32_t GetSize(bool can_update = true);
References
tools/lldb/source/API/SBProcess.cpp 203 num_threads = process_sp->GetThreadList().GetSize(can_update);
tools/lldb/source/Commands/CommandObjectProcess.cpp 590 const uint32_t num_threads = process->GetThreadList().GetSize();
tools/lldb/source/Commands/CommandObjectTarget.cpp 3334 if (threads.GetSize() == 0) {
tools/lldb/source/Commands/CommandObjectThread.cpp 568 const uint32_t num_threads = process->GetThreadList().GetSize();
849 const uint32_t num_threads = process->GetThreadList().GetSize();
910 const uint32_t num_threads = process->GetThreadList().GetSize();
1137 const uint32_t num_threads = process->GetThreadList().GetSize();
tools/lldb/source/Core/IOHandler.cpp 2583 size_t num_threads = threads.GetSize();
3564 size_t num_threads = threads.GetSize();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp 91 if (m_process->GetThreadList().GetSize() == 1) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp 114 if (m_process->GetThreadList().GetSize() == 1) {
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 6124 const uint32_t num_threads = thread_list.GetSize();
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp 183 const uint32_t num_cores = core_thread_list.GetSize(false);
222 return new_thread_list.GetSize(false) > 0;
266 if (core_number < core_thread_list.GetSize(false)) {
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp 272 return new_thread_list.GetSize(false) > 0;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 1301 const size_t num_threads = GetThreadList().GetSize();
1676 size_t old_num_thread_ids = old_thread_list_copy.GetSize(false);
2508 size_t num_threads = threads.GetSize();
2544 size_t num_threads = threads.GetSize();
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp 513 if (old_thread_list.GetSize(false) == 0) {
526 const uint32_t num_threads = old_thread_list.GetSize(false);
530 return new_thread_list.GetSize(false) > 0;
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp 402 return new_thread_list.GetSize(false) > 0;
tools/lldb/source/Target/Process.cpp 884 const size_t num_threads = thread_list.GetSize();
1184 if (m_thread_list.GetSize(false) == 0 ||
1206 size_t num_old_threads = old_thread_list.GetSize(false);
3938 uint32_t num_threads = curr_thread_list.GetSize();
3973 if (curr_thread_list.GetSize() != num_threads) {
3979 num_threads, curr_thread_list.GetSize());
5270 uint32_t num_threads = thread_list.GetSize();
5468 num_threads = curr_thread_list.GetSize();
tools/lldb/source/Target/Target.cpp 2585 size_t num_threads = cur_threadlist.GetSize();
tools/lldb/source/Target/ThreadList.cpp 580 if (run_me_only_list.GetSize(false) == 0) {
597 } else if (run_me_only_list.GetSize(false) == 1) {
601 (int)((run_me_only_list.GetSize(false) * (double)rand()) /