HelenOS sources
clock_t 80 uspace/lib/c/generic/time.c clock_t clock(void)
clock_t 87 uspace/lib/c/generic/time.c return (clock_t) -1;
clock_t 90 uspace/lib/c/generic/time.c return (clock_t) -1;
clock_t 93 uspace/lib/c/generic/time.c clock_t total_usecs = -1;
clock_t 97 uspace/lib/c/generic/time.c total_usecs = (clock_t) (task_stats->kcycles +
clock_t 44 uspace/lib/c/include/time.h #define CLOCKS_PER_SEC ((clock_t) 1000000)
clock_t 78 uspace/lib/c/include/time.h extern clock_t clock(void);
clock_t 44 uspace/lib/posix/include/libc/time.h #define CLOCKS_PER_SEC ((clock_t) 1000000)
clock_t 78 uspace/lib/posix/include/libc/time.h extern clock_t clock(void);
HelenOS homepage, sources at GitHub