static void busySleepSeconds_noPing(double seconds) { long end = sysNow()+toMS(seconds); while (sysNow() < end); }