Home
last modified time | relevance | path

Searched refs:getNumWorkerThreads (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/test/loadgen/
H A DLoadConfig.h48 virtual uint32_t getNumWorkerThreads() const = 0;
68 virtual uint32_t getMaxWorkerThreads() const { return getNumWorkerThreads(); } in getMaxWorkerThreads()
H A Dloadgen.cpp43 config->getNumWorkerThreads(), config->getMaxWorkerThreads(), interval); in runLoadGen()
H A DPerfTest.cpp48 uint32_t getNumWorkerThreads() const override { return FLAGS_num_threads; } in getNumWorkerThreads() function in PerfLoadConfig
/dports/devel/bullet/bullet3-3.21/src/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
H A DbtThreadSupportWin32.cpp207 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportWin32
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
H A DbtThreadSupportWin32.cpp202 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportWin32
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/TaskScheduler/
H A DbtThreadSupportInterface.h34 …virtual int getNumWorkerThreads() const = 0; // number of worker threads (total number …
H A DbtThreadSupportPosix.cpp99 virtual int getNumWorkerThreads() const BT_OVERRIDE { return m_numThreads; } in getNumWorkerThreads() function in btThreadSupportPosix
H A DbtTaskScheduler.cpp473 m_numWorkerThreads = m_threadSupport->getNumWorkerThreads();
474 m_maxNumThreads = m_threadSupport->getNumWorkerThreads() + 1;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp/
H A DClientLoadConfig.h57 uint32_t getNumWorkerThreads() const override;
H A DClientLoadConfig.cpp188 uint32_t ClientLoadConfig::getNumWorkerThreads() const { in getNumWorkerThreads() function in apache::thrift::test::ClientLoadConfig

12