Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A 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/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcounter.cc20 double Finish(Counter const& c, double cpu_time, double num_threads) { in Finish()
31 void Finish(UserCounters *l, double cpu_time, double num_threads) { in Finish()
H A Dthread_manager.h14 ThreadManager(int num_threads) in ThreadManager()
H A Dmutex.h101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcounter.cc21 double num_threads) { in Finish()
38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish()
H A Dthread_manager.h14 ThreadManager(int num_threads) in ThreadManager()
H A Dmutex.h101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dparallel.c43 unsigned threads_requested, max_num_threads, num_threads; in gomp_resolve_num_threads() local
130 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start()
184 unsigned num_threads, unsigned int flags) in GOMP_parallel_reductions()
H A Dloop.c791 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
805 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
814 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
823 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
832 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
856 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic()
867 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided()
878 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime()
901 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_dynamic()
913 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_guided()
[all …]
H A Dsections.c216 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dparallel.c43 unsigned threads_requested, max_num_threads, num_threads; in gomp_resolve_num_threads() local
123 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start()
177 unsigned num_threads, unsigned int flags) in GOMP_parallel_reductions()
H A Dloop.c788 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
802 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
811 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
820 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
829 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
853 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic()
864 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided()
875 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime()
898 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_dynamic()
910 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_guided()
[all …]
H A Dsections.c213 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
/openbsd-src/gnu/gcc/libgomp/
H A 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()
H A Dparallel.c68 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start()
H A Dsections.c104 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-thread.c30 static volatile int num_threads; variable
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstep.exp103 proc check_threads { num_threads } { argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp76 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A 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
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; in RunThread() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc57 mach_msg_type_number_t num_threads; in RunThread() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc59 mach_msg_type_number_t num_threads; in RunThread() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; in RunThread() local

123