Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 7 of 7) 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
187 final int threadCount = 20; in test_notifyAll() local
DThreadGroupTest.java1017 final int threadCount) { in populateGroupsWithThreads()
1025 final int threadCount, final Vector<MyThread> allCreated) { in populateGroupsWithThreads()
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp140 int threadCount = javaScriptThreads()->size(); in stopJavaScriptThreads() local
/external/icu4c/test/intltest/
Dintltest.h227 int32_t threadCount; variable
Dintltest.cpp1081 int32_t threadCount = 1; in main() local
/external/opencv/cv/src/
Dcvlkpyramid.cpp299 int threadCount = cvGetNumThreads(); in cvCalcOpticalFlowPyrLK() local
/external/v8/src/
Ddebug-debugger.js926 ExecutionState.prototype.threadCount = function() { method in ExecutionState