Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp121 const size_t num_threads = m_threads.size(); in GetThreadByID() local
135 const size_t num_threads = m_threads.size(); in GetThreadByMachPortNumber() local
149 const size_t num_threads = m_threads.size(); in GetThreadIDByMachPortNumber() local
162 const size_t num_threads = m_threads.size(); in GetMachPortNumberByThreadID() local
355 const size_t num_threads = m_threads.size(); in CurrentThread() local
368 const size_t num_threads = m_threads.size(); in Dump() local
413 const size_t num_threads = m_threads.size(); in ProcessWillResume() local
452 const uint32_t num_threads = UpdateThreadList(process, true); in ProcessDidStop() local
471 const size_t num_threads = m_threads.size(); in ShouldStop() local
480 const size_t num_threads = m_threads.size(); in NotifyBreakpointChanged() local
[all …]
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadList.cpp111 const uint32_t num_threads = m_threads.size(); in FindThreadByID() local
129 const uint32_t num_threads = m_threads.size(); in FindThreadByProtocolID() local
147 const uint32_t num_threads = m_threads.size(); in RemoveThreadByID() local
167 const uint32_t num_threads = m_threads.size(); in RemoveThreadByProtocolID() local
184 const uint32_t num_threads = m_threads.size(); in GetThreadSPForThreadPtr() local
199 const uint32_t num_threads = m_threads.size(); in GetBackingThread() local
216 const uint32_t num_threads = m_threads.size(); in FindThreadByIndexID() local
480 const uint32_t num_threads = m_threads.size(); in Destroy() local
761 const uint32_t num_threads = m_threads.size(); in Update() local
DProcess.cpp830 const size_t num_threads = thread_list.GetSize(); in HandleProcessStateChangedEvent() local
3934 uint32_t num_threads = curr_thread_list.GetSize(); in ShouldStop() local
5339 uint32_t num_threads = thread_list.GetSize(); in RunThreadPlan() local
5533 uint32_t num_threads; in GetThreadStatus() local
/openbsd/src/gnu/gcc/libgomp/
Dloop.c374 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
388 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
397 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
406 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
415 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
Dparallel.c68 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start()
Dsections.c104 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dstep.exp103 proc check_threads { num_threads } { argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp528 const uint32_t num_threads = core_objfile->GetNumThreadContexts(); in DoUpdateThreadList() local
535 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList() local
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; in RunThread() local
/openbsd/src/gnu/llvm/lldb/source/API/
DSBQueue.cpp96 const uint32_t num_threads = thread_list.size(); in FetchThreads() local
DSBProcess.cpp186 uint32_t num_threads = 0; in GetNumThreads() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp187 const uint32_t num_threads = threads_list->GetSize(); in UpdateThreadList() local
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp416 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
690 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
748 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
957 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
DCommandObjectProcess.cpp712 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp283 const uint32_t num_threads = GetNumThreadContexts(); in DoUpdateThreadList() local
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp225 const uint32_t num_threads = process.GetNumThreads(); in SendThreadStoppedEvent() local
2661 const uint32_t num_threads = process.GetNumThreads(); in request_threads() local
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dnto-procfs.c266 pid_t num_threads = 0; in procfs_pidlist() local
Dgnu-nat.c990 mach_msg_type_number_t num_threads, i; in inf_validate_procs() local
/openbsd/src/usr.sbin/unbound/libunbound/
Dunbound.h657 int num_threads; member
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dunbound.h657 int num_threads; member
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp5227 size_t num_threads = threads.GetSize(); in TreeDelegateGenerateChildren() local
5258 size_t num_threads = threads.GetSize(); in TreeDelegateUpdateSelection() local
6522 size_t num_threads = threads.GetSize(); in MenuDelegateAction() local
/openbsd/src/usr.sbin/unbound/util/
Dconfig_file.h83 int num_threads; member
/openbsd/src/sbin/unwind/libunbound/util/
Dconfig_file.h83 int num_threads; member
/openbsd/src/sys/dev/pci/drm/radeon/
Dcik.c4477 u32 num_threads[3]; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1187 const size_t num_threads = GetThreadList().GetSize(); in DoResume() local

12