Searched defs:stackSize (Results 1 – 4 of 4) sorted by relevance
27 native static void create(Thread t, long stackSize); in create()42 void start(long stackSize) { in start()
139 volatile long stackSize; field in Thread347 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in Thread()403 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in create()
92 private int stackSize = 0; // Number of pending runs on stack field in ComparableTimSort401 if (DEBUG) assert stackSize >= 2; in mergeAt() local
117 private int stackSize = 0; // Number of pending runs on stack field in TimSort434 if (DEBUG) assert stackSize >= 2; in mergeAt() local