Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java161 ThreadGroup tg = new ThreadGroup("Test Group1"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable() local
180 ThreadGroup tg = new ThreadGroup("Test Group2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String() local
243 ThreadGroup tg = new ThreadGroup("Test Group3"); in test_checkAccess() local
294 MyThread(ThreadGroup tg, String name) { in test_enumerate$Ljava_lang_Thread()
359 ThreadGroup tg = new ThreadGroup("tg"); in test_enumerate$Ljava_lang_Thread() local
415 ThreadGroup tg = new ThreadGroup("Test Group4"); in test_getThreadGroup() local
885 ThreadGroup tg = new ThreadGroup("Test Group5"); in test_toString() local
DThreadGroupTest.java102 ThreadGroup tg = new ThreadGroup("activeCount"); in test_activeCount() local
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java39 ThreadGroup tg = current.getThreadGroup(); in testGetAndSetUncaughtExceptionHandler() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadTest.java63 ThreadGroup tg = current.getThreadGroup(); in testGetAndSetUncaughtExceptionHandler() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java75 ThreadGroup tg = new ThreadGroup("group count"); in test_activeGroupCount() local
98 ThreadGroup tg = new ThreadGroup("thread suspension"); in test_allowThreadSuspensionZ() local
244 ThreadGroup tg = new ThreadGroup("interrupt"); in test_interrupt() local
DOldThreadTest.java51 ThreadGroup tg = new ThreadGroup("Test Group2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L() local