Searched defs:num_threads (Results 1 - 25 of 28) sorted by relevance

12

/openbsd-current/gnu/gcc/libgomp/
H A Dparallel.c68 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) argument
H A Dsections.c103 GOMP_parallel_sections_start(void (*fn) (void *), void *data, unsigned num_threads, unsigned count) argument
H A Dloop.c373 gomp_parallel_loop_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, enum gomp_schedule_type sched, long chunk_size) argument
387 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
396 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
405 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
414 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp76 const uint32_t num_threads = process->GetThreadList().GetSize(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp250 const uint32_t num_threads = old_thread_list.GetSize(false); local
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBQueue.cpp96 const uint32_t num_threads = thread_list.size(); local
H A DSBProcess.cpp186 uint32_t num_threads = 0; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp187 const uint32_t num_threads = threads_list->GetSize(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp283 const uint32_t num_threads = GetNumThreadContexts(); local
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp111 const uint32_t num_threads = m_threads.size(); local
129 const uint32_t num_threads = m_threads.size(); local
147 const uint32_t num_threads = m_threads.size(); local
167 const uint32_t num_threads = m_threads.size(); local
184 const uint32_t num_threads = m_threads.size(); local
199 const uint32_t num_threads = m_threads.size(); local
216 const uint32_t num_threads = m_threads.size(); local
480 const uint32_t num_threads = m_threads.size(); local
761 const uint32_t num_threads = m_threads.size(); local
[all...]
H A DProcess.cpp830 const size_t num_threads = thread_list.GetSize(); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp425 const uint32_t num_threads = thread_list.GetSize(); local
499 const uint32_t num_threads = thread_list.GetSize(); local
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp121 const size_t num_threads = m_threads.size(); local
135 const size_t num_threads = m_threads.size(); local
149 const size_t num_threads = m_threads.size(); local
162 const size_t num_threads = m_threads.size(); local
355 const size_t num_threads = m_threads.size(); local
368 const size_t num_threads = m_threads.size(); local
413 const size_t num_threads = m_threads.size(); local
452 const uint32_t num_threads = UpdateThreadList(process, true); local
471 const size_t num_threads = m_threads.size(); local
480 const size_t num_threads = m_threads.size(); local
493 const size_t num_threads = m_threads.size(); local
559 const size_t num_threads = m_threads.size(); local
571 const size_t num_threads = m_threads.size(); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp528 const uint32_t num_threads = core_objfile->GetNumThreadContexts(); local
535 const uint32_t num_threads = old_thread_list.GetSize(false); local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dnto-procfs.c266 pid_t num_threads = 0; local
H A Dgnu-nat.c990 mach_msg_type_number_t num_threads, i; local
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dunbound.h657 int num_threads; member in struct:ub_shm_stat_info
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dunbound.h657 int num_threads; member in struct:ub_shm_stat_info
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp712 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
H A DCommandObjectThread.cpp416 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
690 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
748 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
957 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp225 const uint32_t num_threads = process.GetNumThreads(); local
2661 const uint32_t num_threads = process.GetNumThreads(); local
/openbsd-current/usr.sbin/unbound/util/
H A Dconfig_file.h83 int num_threads; member in struct:config_file
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfig_file.h83 int num_threads; member in struct:config_file
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1187 const size_t num_threads = GetThreadList().GetSize(); local

Completed in 708 milliseconds

12