Searched refs:thread_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h399 IN const uint32_t thread_count, IN const char *const name);
405 * thread_count
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_dispatcher.c159 IN const uint32_t thread_count,
190 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count,
158 cl_disp_init(IN cl_dispatcher_t * const p_disp, IN const uint32_t thread_count, IN const char *const name) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 int *mutex_count, int *thread_count,
84 *thread_count = rep->threads.Size();
72 __tsan_get_report_data(void *report, const char **description, int *count, int *stack_count, int *mop_count, int *loc_count, int *mutex_count, int *thread_count, int *unique_tid_count, void **sleep_trace, uptr trace_size) argument
H A Dtsan_interface.h120 int *mutex_count, int *thread_count,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp721 uint32_t thread_count = m_thread_list.GetSize(false); local
722 for (uint32_t i = 0; i < thread_count; ++i) {
766 uint32_t thread_count = m_thread_list.GetSize(false); local
767 for (uint32_t i = 0; i < thread_count; ++i) {
860 uint32_t thread_count = m_thread_list.GetSize(false); local
861 for (uint32_t i = 0; i < thread_count; ++i) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp544 int thread_count; local
559 thread_count = 0;
574 ++thread_count;
577 if (thread_count == 0)

Completed in 188 milliseconds