Home
last modified time | relevance | path

Searched defs:th (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeThreadSet.java46 long th = NativeThread.current(); in add() local
90 long th = elts[i]; in signalAndWait() local
DSinkChannelImpl.java89 long th = thread; in implCloseSelectableChannel() local
DSourceChannelImpl.java90 long th = thread; in implCloseSelectableChannel() local
DServerSocketChannelImpl.java281 long th = thread; in implCloseSelectableChannel() local
DDatagramChannelImpl.java796 long th; in implCloseSelectableChannel() local
/libcore/ojluni/src/main/native/
DObjectStreamClass.c63 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local
92 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local
/libcore/ojluni/src/main/java/java/util/logging/
DXMLFormatter.java193 Throwable th = record.getThrown(); in format() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java615 Thread th = new Thread("test"); in test_join() local
676 Thread th = new Thread("test"); in test_joinJ() local
729 Thread th = new Thread("test"); in test_joinJI() local
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1592 public static void logE(String message, Throwable th) { in logE()
1606 public static void logI(String message, Throwable th) { in logI()
1620 public static void logW(String message, Throwable th) { in logW()
1624 private static native void log(char type, String message, Throwable th); in log()
/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java112 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
264 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
414 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
564 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java313 Thread th = new Thread() { in test_getState() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java369 SortedMap th = t.headMap(null); in test_headMapLjava_lang_Object() local
646 SortedMap th = t.tailMap(null); in test_tailMapLjava_lang_Object() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1523 private static void throwMiscException(Throwable th) throws IOException { in throwMiscException()