API published in:
API deprecated in:
#include <sys/_timeval.h>
#include <sys/types.h>
#include <sys/timespec.h>
#include <time.h>
#include <sys/cdefs.h>
Go to the source code of this file.
Data Structures |
|
struct | timezone |
struct | itimerval |
struct | clockinfo |
Defines |
|
#define | DST_NONE 0 |
#define | DST_USA 1 |
#define | DST_AUST 2 |
#define | DST_WET 3 |
#define | DST_MET 4 |
#define | DST_EET 5 |
#define | DST_CAN 6 |
#define | ITIMER_REAL 0 |
#define | ITIMER_VIRTUAL 1 |
#define | ITIMER_PROF 2 |
Functions |
|
__BEGIN_DECLS IMPORT_C int | adjtime (const struct timeval *, struct timeval *) |
IMPORT_C int | gettimeofday (struct timeval *, struct timezone *) |
int | settimeofday (const struct timeval *, const struct timezone *) |
IMPORT_C int | utimes (const char *, const struct timeval *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|