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(). |
||
---|---|---|
.. | ||
Kconfig | ||
lib_asctime.c | ||
lib_asctimer.c | ||
lib_calendar2utc.c | ||
lib_ctime.c | ||
lib_ctimer.c | ||
lib_dayofweek.c | ||
lib_daysbeforemonth.c | ||
lib_difftime.c | ||
lib_gettimeofday.c | ||
lib_gmtime.c | ||
lib_gmtimer.c | ||
lib_isleapyear.c | ||
lib_localtime.c | ||
lib_mktime.c | ||
lib_nanosleep.c | ||
lib_settimeofday.c | ||
lib_strftime.c | ||
lib_time.c | ||
Make.defs |