Home
last modified time | relevance | path

Searched refs:CoinPthreadStuff (Results 1 – 3 of 3) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplex.hpp2003 class CoinPthreadStuff { class
2009 CoinPthreadStuff(int numberThreads = 0,
2012 CoinPthreadStuff &operator=(const CoinPthreadStuff &rhs);
2014 ~CoinPthreadStuff();
H A DClpSolve.cpp5012 CoinPthreadStuff *driver = reinterpret_cast< CoinPthreadStuff * >(stuff); in clp_parallelManager()
5354 CoinPthreadStuff threadInfo(numberCpu, clp_parallelManager); in solveDW()
5910 CoinPthreadStuff::CoinPthreadStuff(int numberThreads, in CoinPthreadStuff() function in CoinPthreadStuff
5943 CoinPthreadStuff::~CoinPthreadStuff() in ~CoinPthreadStuff()
5956 int CoinPthreadStuff::whichThread() const in whichThread()
5967 void CoinPthreadStuff::startParallelTask(int type, int iThread, void *info) in startParallelTask()
5981 void CoinPthreadStuff::sayIdle(int iThread) in sayIdle()
5986 int CoinPthreadStuff::waitParallelTask(int type, int &iThread, bool allowIdle) in waitParallelTask()
6029 void CoinPthreadStuff::waitAllTasks() in waitAllTasks()
6472 CoinPthreadStuff threadInfo(numberCpu, clp_parallelManager); in solveBenders()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcNode.cpp4346 CoinPthreadStuff *driver = reinterpret_cast< CoinPthreadStuff * >(stuff); in cbc_parallelManager()
4658 CoinPthreadStuff threadInfo(numberThreads, cbc_parallelManager); in analyze()