seconds            33 usr/lib/posix/gen/alarm.c alarm(unsigned int seconds)
seconds            37 usr/lib/posix/gen/alarm.c 	timer_alarm(seconds * 1000, (u_long *)&remain);
seconds            37 usr/lib/posix/process/sleep.c sleep(unsigned int seconds)
seconds            41 usr/lib/posix/process/sleep.c 	timer_sleep(seconds * 1000, (u_long *)&remain);