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

12

/freebsd-12-stable/sys/tests/
H A Dkern_testfrwk.h35 int num_threads; /* Fill in how many threads you want */ member in struct:kern_test
/freebsd-12-stable/contrib/gcclibs/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...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp265 int num_threads = 0; local
H A Dkmp_barrier.cpp522 kmp_uint32 num_threads = this_thr->th.th_team_nproc; local
643 kmp_uint32 num_threads; local
[all...]
H A Dkmp_stub.cpp90 void omp_set_num_threads(omp_int_t num_threads) { i; } argument
H A Dkmp_gsupport.cpp322 __kmp_GOMP_parallel_microtask_wrapper(int *gtid, int *npr, void (*task)(void *), void *data, unsigned num_threads, ident_t *loc, enum sched_type schedule, long start, long end, long incr, long chunk_size) argument
414 KMP_API_NAME_GOMP_PARALLEL_START(void (*task)(void *), void *data, unsigned num_threads) argument
1297 KMP_API_NAME_GOMP_PARALLEL_SECTIONS_START( void (*task)(void *), void *data, unsigned num_threads, unsigned count) argument
1369 KMP_API_NAME_GOMP_PARALLEL(void (*task)(void *), void *data, unsigned num_threads, unsigned int flags) argument
1419 KMP_API_NAME_GOMP_PARALLEL_SECTIONS(void (*task)(void *), void *data, unsigned num_threads, unsigned count, unsigned flags) argument
[all...]
H A Dkmp_omp.h46 kmp_int32 num_threads; // Specified number of threads. member in struct:__anon5978
H A Dkmp_csupport.cpp230 __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_threads) argument
345 __kmpc_push_num_teams(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_teams, kmp_int32 num_threads) argument
[all...]
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h47 size_t num_threads; member in struct:background_thread_stats_s
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp102 const uint32_t num_threads = thread_list.size(); local
H A DSBProcess.cpp195 uint32_t num_threads = 0; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp197 const uint32_t num_threads = threads_list->GetSize(); local
/freebsd-12-stable/sys/nfs/
H A Dnfs_fha.h72 u_int8_t num_threads; member in struct:fha_hash_entry
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp110 const uint32_t num_threads = m_threads.size(); local
128 const uint32_t num_threads = m_threads.size(); local
146 const uint32_t num_threads = m_threads.size(); local
166 const uint32_t num_threads = m_threads.size(); local
183 const uint32_t num_threads = m_threads.size(); local
198 const uint32_t num_threads = m_threads.size(); local
215 const uint32_t num_threads = m_threads.size(); local
452 const uint32_t num_threads = m_threads.size(); local
720 const uint32_t num_threads = m_threads.size(); local
[all...]
H A DProcess.cpp877 const size_t num_threads = thread_list.GetSize(); local
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c137 num_threads = 4, enumerator in enum:__anon6890
H A Dptunit-image_section_cache.c523 num_threads = 8, enumerator in enum:__anon6887
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp589 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
H A DCommandObjectThread.cpp555 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
836 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
897 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
1125 const uint32_t num_threads = process->GetThreadList().GetSize(); variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp263 const uint32_t num_threads = GetNumThreadContexts(); local
/freebsd-12-stable/contrib/unbound/libunbound/
H A Dunbound.h627 int num_threads; member in struct:ub_shm_stat_info
/freebsd-12-stable/contrib/gdb/gdb/
H A Dnto-procfs.c266 pid_t num_threads = 0; local

Completed in 392 milliseconds

12