Warning: session_start(): open(/var/lib/php/sessions/sess_3odo90a95een7759digtkflrc5, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static L allThreads_fast() {
ThreadGroup rootGroup = rootThreadGroup();
Thread[] threads = new Thread[rootGroup.activeCount()+10];
int n;
while ((n = rootGroup.enumerate(threads, true)) == threads.length)
threads = new Thread[threads.length*2];
L l = new ArrayList(n);
for (int i = 0; i < n; i++) l.add(threads[i]);
ret l;
}