HomeSort by relevance Sort by last modified time
    Searched full:threadgroup (Results 76 - 100 of 211) sorted by null

1 2 34 5 6 7 8 9

  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 449 ThreadGroup appThreadGroup = null;
502 appThreadGroup = new ThreadGroup (IAppConstants.APP_NAME + " thread group [" + m_appClassName + "]");
836 private static void joinNonDeamonThreads (final ThreadGroup group)
    [all...]
  /art/openjdkjvmti/
ti_threadgroup.cc 193 // Get the ThreadGroup[] "groups" out of this thread group...
ti_thread.cc 235 // ThreadGroup.
295 // ThreadGroup.
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
SetValues002Test.java 589 * Tests we correctly write value of java.lang.ThreadGroup variable into the stack.
607 * Tests we correctly write value of java.lang.ThreadGroup into a local variable declared as
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 688 printf("Error: A threadgroup must have at least one weighted "
855 printf("threadgroup %d verification failed\n", tg_num);
  /libcore/ojluni/src/main/java/java/util/concurrent/
Executors.java 347 * same {@link ThreadGroup}. Each new
548 private final ThreadGroup group;
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
  /art/test/924-threads/src/art/
Test924.java 434 System.out.println(threadInfo[3]); // Threadgroup
  /art/test/
Android.bp 417 "169-threadgroup-jni/jni_daemon_thread.cc",
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 157 * [0:8] = the number of patches per threadgroup.
  /libcore/ojluni/src/main/java/sun/misc/
VM.java 52 public static boolean allowThreadSuspension(ThreadGroup g, boolean b) {
  /art/runtime/
runtime.h 223 // Returns the "main" ThreadGroup, used when attaching user threads.
226 // Returns the "system" ThreadGroup, used when attaching our internal threads.
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 144 private ThreadGroup threadGroup;
148 threadGroup = new ThreadGroup("SSLSocketTest");
152 return new Thread(threadGroup, r);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 233 * other thread, by invoking the <tt>{@link ThreadGroup#uncaughtException
235 * ThreadGroup}</tt> object. The default implementation of this method
    [all...]

Completed in 1297 milliseconds

1 2 34 5 6 7 8 9