Go to the source code of this file.
|
int | clock_gettime (clockid_t clock_id, struct timespec *ts) |
|
int | clock_getres (clockid_t clock_id, struct timespec *ts) |
|
int | clock_settime (clockid_t clock_id, const struct timespec *ts) |
|
int | clock_getcpuclockid (pid_t pid, clockid_t *clock_id) |
|
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_PROCESS_CPUTIME_ID
#define CLOCK_PROCESS_CPUTIME_ID 2 |
◆ CLOCK_REALTIME
◆ CLOCK_THREAD_CPUTIME_ID
#define CLOCK_THREAD_CPUTIME_ID 3 |
◆ TIMER_ABSTIME
◆ clock_getcpuclockid()
◆ clock_getres()
◆ 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()