#include <time.h>
#include <sys/timespec.h>
#include <zephyr/kernel.h>
#include <errno.h>
#include "posix_types.h"
#include <zephyr/posix/signal.h>
#include <syscalls/time.h>
Go to the source code of this file.
|
int | clock_gettime (clockid_t clock_id, struct timespec *ts) |
|
int | clock_settime (clockid_t clock_id, const struct timespec *ts) |
|
int | timer_create (clockid_t clockId, struct sigevent *evp, timer_t *timerid) |
|
int | timer_delete (timer_t timerid) |
|
int | timer_gettime (timer_t timerid, struct itimerspec *its) |
|
int | timer_settime (timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue) |
|
int | timer_getoverrun (timer_t timerid) |
|
int | nanosleep (const struct timespec *rqtp, struct timespec *rmtp) |
|
int | clock_nanosleep (clockid_t clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp) |
|
◆ CLOCK_MONOTONIC
#define CLOCK_MONOTONIC 4 |
◆ CLOCK_REALTIME
◆ TIMER_ABSTIME
◆ clock_gettime()
◆ clock_nanosleep()
◆ clock_settime()
◆ nanosleep()
◆ timer_create()
◆ timer_delete()
int timer_delete |
( |
timer_t |
timerid | ) |
|
◆ timer_getoverrun()
int timer_getoverrun |
( |
timer_t |
timerid | ) |
|
◆ timer_gettime()
◆ timer_settime()