Home
last modified time | relevance | path

Searched refs:abcThread_ (Results 1 – 5 of 5) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplex.hpp1447 pthread_t abcThread_[NUMBER_THREADS]; member in AbcSimplex
H A DClpSimplex.hpp2056 pthread_t abcThread_[NUMBER_THREADS + 1]; member in CoinPthreadStuff
H A DAbcSimplexDual.cpp5986 … pthread_create(&abcThread_[iThread], NULL, abc_parallelManager, reinterpret_cast< void * >(this)); in dual()
6068 pthread_join(abcThread_[iThread], NULL); in dual()
H A DClpSolve.cpp5931 pthread_create(&abcThread_[iThread], NULL, parallelManager, reinterpret_cast< void * >(this)); in CoinPthreadStuff()
5949 pthread_join(abcThread_[iThread], NULL); in ~CoinPthreadStuff()
5961 if (pthread_equal(thisThread, abcThread_[whichThread])) in whichThread()
H A DAbcSimplex.cpp6302 if (pthread_equal(thisThread, abcThread_[whichThread])) in whichThread()