Hacker News new | ask | show | jobs
by azatom 391 days ago
sleep?

strace shows that the sleep program uses clock_nanosleep, which is theoretically "passive." However, if the host suspends and then wakes up after the sleep period should have ended, it continues as if it were "active."