8fca244f36
sched/clock: Move the implementation of clock() from libs/libc/time to sched/clock. This is necessary because it calls the (now) internal OS function clock_systimer. clock() is now accessed only via a system call in certain configuratins. libs/libc/wqueue: Replace calls to clock_systimer() with calls to the equivalent clock(). |
||
---|---|---|
.. | ||
clock_abstime2ticks.c | ||
clock_dow.c | ||
clock_getres.c | ||
clock_gettime.c | ||
clock_initialize.c | ||
clock_settime.c | ||
clock_systimer.c | ||
clock_systimespec.c | ||
clock_ticks2time.c | ||
clock_time2ticks.c | ||
clock_timekeeping.c | ||
clock_timekeeping.h | ||
clock_timespec_add.c | ||
clock_timespec_subtract.c | ||
clock.c | ||
clock.h | ||
Make.defs |