Intel Corporation interview question

Implement the sleep(unsigned int seconds) system call.

Interview Answer

Anonymous

Sep 16, 2019

Any solution I gave wasn't enough for the interviewer who said it supposed to be implemented without using jiffies (I still don't know how it's possible and on Linux code jiffies is being used).