sched/clock: move clock_getcpuclockid() and clock_getres() to libc

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2023-07-07 12:04:59 +03:00
committed by Alan Carvalho de Assis
parent 15991ef919
commit b8d3e32bdf
7 changed files with 16 additions and 22 deletions

View File

@@ -13,8 +13,6 @@
"chown","unistd.h","","int","FAR const char *","uid_t","gid_t"
"clearenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int"
"clock","time.h","","clock_t"
"clock_getcpuclockid","time.h","","int","pid_t","FAR clockid_t *"
"clock_getres","time.h","","int","clockid_t","FAR struct timespec *"
"clock_gettime","time.h","","int","clockid_t","FAR struct timespec *"
"clock_nanosleep","time.h","","int","clockid_t","int","FAR const struct timespec *", "FAR struct timespec *"
"clock_settime","time.h","","int","clockid_t","const struct timespec*"
1 _assert assert.h void FAR const char * int FAR const char * FAR void *
13 chown unistd.h int FAR const char * uid_t gid_t
14 clearenv stdlib.h !defined(CONFIG_DISABLE_ENVIRON) int
15 clock time.h clock_t
clock_getcpuclockid time.h int pid_t FAR clockid_t *
clock_getres time.h int clockid_t FAR struct timespec *
16 clock_gettime time.h int clockid_t FAR struct timespec *
17 clock_nanosleep time.h int clockid_t int FAR const struct timespec * FAR struct timespec *
18 clock_settime time.h int clockid_t const struct timespec*