Searched defs:stackSize (Results 1 – 7 of 7) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/java/lang/ |
| D | Thread.java | 75 long stackSize) { in Thread() 110 long stackSize) { in init() 118 long stackSize, in init() 135 private static native void nativeCreate(java.lang.Thread t, long stackSize, boolean daemon); in nativeCreate() 415 private long stackSize; field in Thread
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | Thread.java | 215 private final long stackSize; field in Thread 510 long stackSize, AccessControlContext acc, in Thread() 961 long stackSize) { in Thread() 1017 long stackSize, boolean inheritThreadLocals) { in Thread() 1102 private native static void nativeCreate(Thread t, long stackSize, boolean daemon); in nativeCreate()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | ComparableTimSort.java | 108 private int stackSize = 0; // Number of pending runs on stack field in ComparableTimSort 439 assert stackSize >= 2; in mergeAt() local
|
| D | TimSort.java | 133 private int stackSize = 0; // Number of pending runs on stack field in TimSort 473 assert stackSize >= 2; in mergeAt() local
|
| /libcore/ojluni/annotations/sdk/nullability/java/lang/ |
| D | Thread.annotated.java | 54 …a.lang.Runnable target, @libcore.util.NonNull java.lang.String name, long stackSize) { throw new R… in Thread() 56 …a.lang.Runnable target, @libcore.util.NonNull java.lang.String name, long stackSize, boolean inher… in Thread()
|
| /libcore/ojluni/annotations/flagged_api/java/lang/ |
| D | Thread.annotated.java | 45 …ThreadGroup group, java.lang.Runnable target, java.lang.String name, long stackSize) { throw new R… in Thread() 47 …ThreadGroup group, java.lang.Runnable target, java.lang.String name, long stackSize, boolean inher… in Thread()
|
| /libcore/ojluni/annotations/mmodule/java/lang/ |
| D | Thread.annotated.java | 54 …ThreadGroup group, java.lang.Runnable target, java.lang.String name, long stackSize) { throw new R… in Thread()
|