Searched defs:stackSize (Results 1 – 3 of 3) sorted by relevance
133 volatile long stackSize; field in Thread346 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in Thread()402 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in create()1066 private native static void nativeCreate(Thread t, long stackSize, boolean daemon); in nativeCreate()
92 private int stackSize = 0; // Number of pending runs on stack field in ComparableTimSort418 if (DEBUG) assert stackSize >= 2; in mergeAt() local
117 private int stackSize = 0; // Number of pending runs on stack field in TimSort452 if (DEBUG) assert stackSize >= 2; in mergeAt() local