Lines Matching refs:nLoops
487 @descr Every thread instance of these class lopp from 0 up to "nLoops".
498 sal_Int32 nLoops ,
518 sal_Int32 nLoops ,
522 , m_nLoops ( nLoops )
613 sal_Int32 nLoops=0 );
625 // If you specify "nLoops" different from 0 we use it as loop count for every started thread.
629 sal_Int32 nLoops )
636 sal_Int32 nLoopCount = nLoops ;
640 // If nLoops==0 => we must use random value; otherwise we must use given count ...
641 if( nLoops == 0 )
691 sal_Int32 nLoops = 0; /// loop count for every thread
709 if( nArgument== 2 ) nLoops =sArgument.toInt32();
719 nTime = measureTime( nThreadCount, nOwner, nLoops );
726 sBuf.append( nLoops );