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 | ||
| Make.defs | ||
| work_cancel.c | ||
| work_lock.c | ||
| work_queue.c | ||
| work_signal.c | ||
| work_usrthread.c | ||
| wqueue.h | ||