| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 121 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 D | ThreadList.cpp | 111 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 D | counter.cc | 20 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 D | thread_manager.h | 14 ThreadManager(int num_threads) in ThreadManager()
|
| H A D | mutex.h | 101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | counter.cc | 21 double num_threads) { in Finish() 38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish()
|
| H A D | thread_manager.h | 14 ThreadManager(int num_threads) in ThreadManager()
|
| H A D | mutex.h | 101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | parallel.c | 43 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 D | loop.c | 791 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 D | sections.c | 216 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | parallel.c | 43 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 D | loop.c | 788 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 D | sections.c | 213 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | loop.c | 374 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 D | parallel.c | 68 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start()
|
| H A D | sections.c | 104 unsigned num_threads, unsigned count) in GOMP_parallel_sections_start()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | benchmark-thread.c | 30 static volatile int num_threads; variable
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
| H A D | step.exp | 103 proc check_threads { num_threads } { argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 76 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 528 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 D | sanitizer_stoptheworld_mac.cpp | 58 mach_msg_type_number_t num_threads; in RunThread() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cc | 57 mach_msg_type_number_t num_threads; in RunThread() local
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cc | 59 mach_msg_type_number_t num_threads; in RunThread() local
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cpp | 58 mach_msg_type_number_t num_threads; in RunThread() local
|