Home
last modified time | relevance | path

Searched refs:threadInfo_ (Results 1 – 7 of 7) sorted by relevance

/dports/audio/stk/stk-4.6.2/src/
H A DInetWvIn.cpp46 threadInfo_.finished = false;
47 threadInfo_.object = (void *) this;
50 if ( !thread_.start( &inputThread, &threadInfo_ ) ) {
60 threadInfo_.finished = true;
/dports/audio/stk/stk-4.6.2/include/
H A DInetWvIn.h136 ThreadInfo threadInfo_;
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplex.hpp1046 return threadInfo_ + thread; in threadInfoPointer()
1446 CoinThreadInfo threadInfo_[NUMBER_THREADS]; member in AbcSimplex
H A DClpSimplex.hpp2040 return threadInfo_ + thread; in threadInfoPointer()
2055 CoinThreadInfo threadInfo_[NUMBER_THREADS + 1]; member in CoinPthreadStuff
H A DClpSolve.cpp5924 threadInfo_[iThread].status = 100; in CoinPthreadStuff()
5938 threadInfo_[iThread].status = -1; in CoinPthreadStuff()
5939 threadInfo_[iThread].stuff[3] = 1; // idle in CoinPthreadStuff()
5973 threadInfo_[iThread].status = type; in startParallelTask()
5974 threadInfo_[iThread].extraInfo = info; in startParallelTask()
5983 threadInfo_[iThread].status = -1; in sayIdle()
5984 threadInfo_[iThread].stuff[3] = -1; in sayIdle()
5991 if (threadInfo_[iThread].status < 0 && threadInfo_[iThread].stuff[3]) { in waitParallelTask()
6001 if (threadInfo_[iThread].status < 0 && !threadInfo_[iThread].stuff[3]) { in waitParallelTask()
6027 return threadInfo_[iThread].stuff[0]; in waitParallelTask()
[all …]
H A DAbcSimplexDual.cpp2352 threadInfo_[0].stuff[0] = whichArray[1]; in gutsOfSolution()
2353 threadInfo_[0].stuff[1] = whichArray[2]; in gutsOfSolution()
5810 threadInfo_[i].status = type; in startParallelStuff()
5842 return threadInfo_[0].stuff[0]; in stopParallelStuff()
5981 threadInfo_[iThread].status = 100; in dual()
5991 threadInfo_[iThread].status = 0; in dual()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcNode.cpp4661 threadInfo.threadInfo_[i].extraInfo2 = solver->clone(); in analyze()
4670 …OsiSolverInterface *solver = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[i].ex… in analyze()
4700 int threadStatus = 1 + threadInfo.threadInfo_[iThread].status; in analyze()
4710 …bundle.solver = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[iThread].extraInfo… in analyze()
4733 …OsiSolverInterface *solver0 = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[0].e… in analyze()
4781 threadStatus = 1 + threadInfo.threadInfo_[iThread].status; in analyze()
4836 …bundle.solver = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[iThread].extraInfo… in analyze()
5263 …OsiSolverInterface *solver = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[iThre… in analyze()
5296 threadStatus = 1 + threadInfo.threadInfo_[iThread].status; in analyze()
5353 …bundle.solver = reinterpret_cast< OsiSolverInterface * >(threadInfo.threadInfo_[iThread].extraInfo… in analyze()
[all …]