timeofday 88 thread.c static double timeofday(void); timeofday 848 thread.c const double limit = forever ? 0 : timeofday() + p->delay; timeofday 855 thread.c double now = timeofday(); timeofday 3645 thread.c double d = limit - timeofday(); timeofday 3675 thread.c limit = timeofday(); timeofday 3816 thread.c double d = limit - timeofday(); timeofday 3845 thread.c limit = timeofday();