Home
last modified time | relevance | path

Searched refs:GetNumberOfThreads (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/math/vtk8/VTK-8.2.0/Common/Core/SMP/OpenMP/
H A DvtkSMPTools.cxx39 return vtk::detail::smp::GetNumberOfThreads(); in GetEstimatedNumberOfThreads()
42 int vtk::detail::smp::GetNumberOfThreads() in GetNumberOfThreads() function in vtk::detail::smp
/dports/math/vtk9/VTK-9.1.0/Common/Core/SMP/Sequential/
H A DvtkSMPThreadLocalImpl.h159 this->Internal.resize(this->GetNumberOfThreads()); in Initialize()
160 this->Initialized.resize(this->GetNumberOfThreads()); in Initialize()
164 inline int GetNumberOfThreads() { return 1; } in GetNumberOfThreads() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dprelim_stage.cpp145 TBlastThreads the_threads(GetNumberOfThreads()); in x_LaunchMultiThreadedSearch()
149 _TRACE("Launching BLAST with " << GetNumberOfThreads() << " threads"); in x_LaunchMultiThreadedSearch()
154 GetNumberOfThreads()); in x_LaunchMultiThreadedSearch()
169 GetDbIndexSetNumThreadsFn()( GetNumberOfThreads() ); in x_LaunchMultiThreadedSearch()
238 GetNumberOfThreads()); in Run()
H A Dlocal_blast.cpp230 m_PrelimSearch->SetNumberOfThreads(GetNumberOfThreads()); in Run()
275 m_TbackSearch->SetNumberOfThreads(GetNumberOfThreads()); in Run()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dprelim_stage.cpp145 TBlastThreads the_threads(GetNumberOfThreads()); in x_LaunchMultiThreadedSearch()
149 _TRACE("Launching BLAST with " << GetNumberOfThreads() << " threads"); in x_LaunchMultiThreadedSearch()
154 GetNumberOfThreads()); in x_LaunchMultiThreadedSearch()
169 GetDbIndexSetNumThreadsFn()( GetNumberOfThreads() ); in x_LaunchMultiThreadedSearch()
238 GetNumberOfThreads()); in Run()
H A Dlocal_blast.cpp230 m_PrelimSearch->SetNumberOfThreads(GetNumberOfThreads()); in Run()
275 m_TbackSearch->SetNumberOfThreads(GetNumberOfThreads()); in Run()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Drender_image.cpp112 (data->screenRegion.height / data->configuration.GetNumberOfThreads() * i in InitializeThreadData()
124 for (int i = 0; i < data->configuration.GetNumberOfThreads(); i++) in LaunchThreads()
245 if (toDoList.size() > data->configuration.GetNumberOfThreads()) in UpdateNetRenderToDoList()
369 std::vector<QThread *> threads(data->configuration.GetNumberOfThreads()); in RenderImage()
371 data->configuration.GetNumberOfThreads()); in RenderImage()
372 std::vector<cRenderWorker *> workers(data->configuration.GetNumberOfThreads()); in RenderImage()
457 for (int i = 0; i < data->configuration.GetNumberOfThreads(); i++) in RenderImage()
H A Drender_ssao.cpp63 numberOfThreads = qMin(data->configuration.GetNumberOfThreads(), height); in cRenderSSAO()
78 numberOfThreads = qMin(data->configuration.GetNumberOfThreads(), height); in SetRegion()
H A Drendering_configuration.hpp57 int GetNumberOfThreads() const;
H A Drendering_configuration.cpp67 int cRenderingConfiguration::GetNumberOfThreads() const in GetNumberOfThreads() function in cRenderingConfiguration
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/api/
H A Dsetup_factory.hpp176 size_t GetNumberOfThreads(void) const;
373 CThreadable::GetNumberOfThreads(void) const in GetNumberOfThreads() function in CThreadable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/api/
H A Dsetup_factory.hpp176 size_t GetNumberOfThreads(void) const;
373 CThreadable::GetNumberOfThreads(void) const in GetNumberOfThreads() function in CThreadable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
H A Dthreadpool.hpp37 uint GetNumberOfThreads();
/dports/archivers/unrar/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/archivers/unrar-iconv/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/archivers/libunrar6/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Doptions.cpp30 Threads=GetNumberOfThreads(); in Init()
/dports/math/vtk6/VTK-6.2.0/Common/Core/SMP/Sequential/
H A DvtkSMPThreadLocal.h.in204 this->Internal.resize(this->GetNumberOfThreads());
205 this->Initialized.resize(this->GetNumberOfThreads());
211 inline int GetNumberOfThreads() function
/dports/math/vtk8/VTK-8.2.0/Common/Core/SMP/Sequential/
H A DvtkSMPThreadLocal.h.in205 this->Internal.resize(this->GetNumberOfThreads());
206 this->Initialized.resize(this->GetNumberOfThreads());
212 inline int GetNumberOfThreads() function

12345678910>>...12