tryBondPeers 104 source/common/threadpool.h int tryBondPeers(int maxPeers, sleepbitmap_t peerBitmap, BondedTaskGroup& master); tryBondPeers 140 source/common/threadpool.h int tryBondPeers(JobProvider& jp, int maxPeers) tryBondPeers 142 source/common/threadpool.h int count = jp.m_pool->tryBondPeers(maxPeers, jp.m_ownerBitmap, *this); tryBondPeers 150 source/common/threadpool.h int tryBondPeers(ThreadPool& pool, int maxPeers) tryBondPeers 152 source/common/threadpool.h int count = pool.tryBondPeers(maxPeers, ALL_POOL_THREADS, *this); tryBondPeers 933 source/encoder/analysis.cpp pmode.tryBondPeers(*m_frame->m_encData->m_jobProvider, pmode.m_jobTotal); tryBondPeers 415 source/encoder/frameencoder.cpp if (m_pool && wa.tryBondPeers(*this, 1)) tryBondPeers 1447 source/encoder/frameencoder.cpp m_frameFilter.m_parallelFilter[row - 1].tryBondPeers(*this, 1); tryBondPeers 1466 source/encoder/frameencoder.cpp m_frameFilter.m_parallelFilter[row].tryBondPeers(*this, 1); tryBondPeers 2258 source/encoder/search.cpp pme.tryBondPeers(*m_frame->m_encData->m_jobProvider, pme.m_jobTotal - 1); tryBondPeers 1028 source/encoder/slicetype.cpp pre.tryBondPeers(*m_pool, pre.m_jobTotal); tryBondPeers 2178 source/encoder/slicetype.cpp tryBondPeers(*m_lookahead.m_pool, m_jobTotal); tryBondPeers 2281 source/encoder/slicetype.cpp tryBondPeers(*m_lookahead.m_pool, m_jobTotal);