HomeSort by relevance Sort by last modified time
    Searched defs:threadIndex (Results 1 - 14 of 14) sorted by null

  /art/test/145-alloc-tracking-stress/src/
Main.java 27 int threadIndex;
30 threadIndex = index;
56 if (threadIndex == 0) {
  /art/test/597-deopt-busy-loop/src/
Main.java 21 int threadIndex;
29 threadIndex = index;
58 if (threadIndex == 0) {
  /art/test/597-deopt-new-string/src/
Main.java 22 int threadIndex;
28 threadIndex = index;
60 if (threadIndex == 0) {
  /art/test/597-deopt-invoke-stub/src/
Main.java 21 int threadIndex;
29 threadIndex = index;
73 if (threadIndex == 0) {
  /art/test/952-invoke-custom/src/
TestInvokeCustomWithConcurrentThreads.java 32 private static final ThreadLocal<Integer> threadIndex =
55 return threadIndex.get().intValue();
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java 47 private static int threadIndex = 0;
304 threadIndex += 1;
305 int mUID = threadIndex;
  /external/swiftshader/src/Renderer/
Renderer.cpp 78 int threadIndex;
698 int threadIndex = static_cast<Parameters*>(parameters)->threadIndex;
706 renderer->threadLoop(threadIndex);
709 void Renderer::threadLoop(int threadIndex)
713 taskLoop(threadIndex);
715 suspend[threadIndex]->signal();
716 resume[threadIndex]->wait();
720 void Renderer::taskLoop(int threadIndex)
722 while(task[threadIndex].type != Task::SUSPEND
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 667 milliseconds