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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp275 uint32_t thread_count = m_thread_list.GetSize(false); local
276 for (uint32_t i = 0; i < thread_count; ++i)
335 uint32_t thread_count = m_thread_list.GetSize(false); local
336 for (uint32_t i = 0; i < thread_count; ++i)
696 uint32_t thread_count = m_thread_list.GetSize(false); local
697 for (uint32_t i = 0; i < thread_count; ++i)
752 uint32_t thread_count = m_thread_list.GetSize(false); local
753 for (uint32_t i = 0; i < thread_count; ++i)
898 uint32_t thread_count = m_thread_list.GetSize(false); local
899 for (uint32_t i = 0; i < thread_count;
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_dispatcher.h399 IN const uint32_t thread_count, IN const char *const name);
405 * thread_count
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_dispatcher.c168 IN const uint32_t thread_count, IN const char *const name)
198 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count,
167 cl_disp_init(IN cl_dispatcher_t * const p_disp, IN const uint32_t thread_count, IN const char *const name) argument

Completed in 80 milliseconds