static L makeSleepingThreads(int count) { new L threads; while (count-- > 0) threads.add(startThread("Sleeper", f sleep)); ret threads; }