Warning: session_start(): open(/var/lib/php/sessions/sess_3q4f367khnfbo9n51b0k4qgav3, 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 void sleep(long ms) {
ping();
// allow spin locks
if (isAWTThread() && ms > 100) fail("Should not sleep on AWT thread");
try {
Thread.sleep(ms);
} catch (Exception e) { throw new RuntimeException(e); }
}
static void sleep() ctex {
print("Sleeping.");
synchronized(main.class) { main.class.wait(); }
}