Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DObjectTest.java118 final int threadCount = 20; in test_notify() local
119 for (int i = 0; i < threadCount; ++i) { in test_notify()
129 if (ready == threadCount) { in test_notify()
136 + ready + ")", ready == threadCount); in test_notify()
140 for (int i = 1; i <= threadCount; ++i) { in test_notify()
187 final int threadCount = 20; in test_notifyAll() local
188 for (int i = 0; i < threadCount; ++i) { in test_notifyAll()
200 if (ready == threadCount) { in test_notifyAll()
207 + ready + ")", ready == threadCount); in test_notifyAll()
217 + status + ")", status == threadCount); in test_notifyAll()
DThreadGroupTest.java1017 final int threadCount) { in populateGroupsWithThreads() argument
1019 populateGroupsWithThreads(aGroup, threadCount, result); in populateGroupsWithThreads()
1025 final int threadCount, final Vector<MyThread> allCreated) { in populateGroupsWithThreads() argument
1026 for (int i = 0; i < threadCount; i++) { in populateGroupsWithThreads()
1028 final String name = "(MyThread)N =" + iClone + "/" + threadCount in populateGroupsWithThreads()
1038 populateGroupsWithThreads(element, threadCount, allCreated); in populateGroupsWithThreads()
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp140 int threadCount = javaScriptThreads()->size(); in stopJavaScriptThreads() local
143 if (!threadCount) in stopJavaScriptThreads()
/external/icu4c/test/intltest/
Dintltest.cpp515 threadCount = 1; in IntlTest()
591 int32_t rval = this->threadCount; in setThreadCount()
592 this->threadCount = count; in setThreadCount()
1081 int32_t threadCount = 1; in main() local
1125 threadCount = atoi(str + 8); in main()
1182 major.setThreadCount( threadCount ); in main()
1219 fprintf(stdout, " Threads : %d\n", threadCount); in main()
Dtzfmttst.cpp440 int32_t nThreads = threadCount; in TestTimeRoundTrip()
515 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount]; in TestTimeRoundTrip()
Dintltest.h227 int32_t threadCount; variable
/external/opencv/cv/src/
Dcvlkpyramid.cpp299 int threadCount = cvGetNumThreads(); in cvCalcOpticalFlowPyrLK() local
366 for( i = 0; i < threadCount; i++ ) in cvCalcOpticalFlowPyrLK()
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount; in cvCalcOpticalFlowPyrLK()
420 for( i = 0; i < threadCount; i++ ) in cvCalcOpticalFlowPyrLK()
444 #pragma omp parallel for num_threads(threadCount) schedule(dynamic) in cvCalcOpticalFlowPyrLK()
/external/v8/src/
Ddebug-debugger.js961 ExecutionState.prototype.threadCount = function() { method in ExecutionState
2296 var total_threads = this.exec_state_.threadCount();