ThreadPool         96 source/common/threadpool.cpp     ThreadPool&  m_pool;
ThreadPool        107 source/common/threadpool.cpp     WorkerThread(ThreadPool& pool, int id) : m_pool(pool), m_id(id) {}
ThreadPool        202 source/common/threadpool.cpp int ThreadPool::tryAcquireSleepingThread(sleepbitmap_t firstTryBitmap, sleepbitmap_t secondTryBitmap)
ThreadPool        233 source/common/threadpool.cpp int ThreadPool::tryBondPeers(int maxPeers, sleepbitmap_t peerBitmap, BondedTaskGroup& master)
ThreadPool        250 source/common/threadpool.cpp ThreadPool* ThreadPool::allocThreadPools(x265_param* p, int& numPools, bool isThreadsReserved)
ThreadPool        402 source/common/threadpool.cpp             totalNumThreads = ThreadPool::getCpuCount(); // auto-detect frame threads
ThreadPool        406 source/common/threadpool.cpp             ThreadPool::getFrameThreadsCount(p, totalNumThreads);
ThreadPool        419 source/common/threadpool.cpp     ThreadPool *pools = new ThreadPool[numPools];
ThreadPool        469 source/common/threadpool.cpp ThreadPool::ThreadPool()
ThreadPool        474 source/common/threadpool.cpp bool ThreadPool::create(int numThreads, int maxProviders, uint64_t nodeMask)
ThreadPool        518 source/common/threadpool.cpp bool ThreadPool::start()
ThreadPool        532 source/common/threadpool.cpp void ThreadPool::stopWorkers()
ThreadPool        547 source/common/threadpool.cpp ThreadPool::~ThreadPool()
ThreadPool        564 source/common/threadpool.cpp void ThreadPool::setCurrentThreadAffinity()
ThreadPool        569 source/common/threadpool.cpp void ThreadPool::setThreadNodeAffinity(void *numaMask)
ThreadPool        598 source/common/threadpool.cpp int ThreadPool::getNumaNodeCount()
ThreadPool        616 source/common/threadpool.cpp int ThreadPool::getCpuCount()
ThreadPool        662 source/common/threadpool.cpp void ThreadPool::getFrameThreadsCount(x265_param* p, int cpuCount)
ThreadPool         33 source/common/threadpool.h class ThreadPool;
ThreadPool         53 source/common/threadpool.h     ThreadPool*   m_pool;
ThreadPool         79 source/common/threadpool.h class ThreadPool
ThreadPool         95 source/common/threadpool.h     ThreadPool();
ThreadPool         96 source/common/threadpool.h     ~ThreadPool();
ThreadPool        105 source/common/threadpool.h     static ThreadPool* allocThreadPools(x265_param* p, int& numPools, bool isThreadsReserved);
ThreadPool        150 source/common/threadpool.h     int tryBondPeers(ThreadPool& pool, int maxPeers)
ThreadPool        139 source/encoder/encoder.cpp         m_threadPool = ThreadPool::allocThreadPools(p, m_numPools, 0);
ThreadPool        145 source/encoder/encoder.cpp             int cpuCount = ThreadPool::getCpuCount();
ThreadPool        146 source/encoder/encoder.cpp             ThreadPool::getFrameThreadsCount(p, cpuCount);
ThreadPool        219 source/encoder/encoder.cpp     ThreadPool* lookAheadThreadPool = 0;
ThreadPool        222 source/encoder/encoder.cpp         lookAheadThreadPool = ThreadPool::allocThreadPools(p, pools, 1);
ThreadPool         97 source/encoder/encoder.h class ThreadPool;
ThreadPool        129 source/encoder/encoder.h     ThreadPool*        m_threadPool;
ThreadPool         47 source/encoder/frameencoder.h class ThreadPool;
ThreadPool        579 source/encoder/slicetype.cpp Lookahead::Lookahead(x265_param *param, ThreadPool* pool)
ThreadPool       2186 source/encoder/slicetype.cpp     ThreadPool* pool = m_lookahead.m_pool;
ThreadPool        134 source/encoder/slicetype.h     Lookahead(x265_param *param, ThreadPool *pool);