RetroArch
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | TB_REQ 250 |
#define | TB_SUCCESSFUL 0 |
#define | TB_SECSPERMIN 60 |
#define | TB_MINSPERHR 60 |
#define | TB_MONSPERYR 12 |
#define | TB_DAYSPERYR 365 |
#define | TB_HRSPERDAY 24 |
#define | TB_SECSPERDAY (TB_SECSPERMIN*TB_MINSPERHR*TB_HRSPERDAY) |
#define | TB_SECSPERNYR (365*TB_SECSPERDAY) |
#define | TB_MSPERSEC 1000 |
#define | TB_USPERSEC 1000000 |
#define | TB_NSPERSEC 1000000000 |
#define | TB_NSPERMS 1000000 |
#define | TB_NSPERUS 1000 |
#define | TB_USPERTICK 10000 |
Functions | |
time_t | time (time_t *timer) |
unsigned int | nanosleep (struct timespec *tb) |
#define TB_DAYSPERYR 365 |
#define TB_HRSPERDAY 24 |
#define TB_MINSPERHR 60 |
#define TB_MONSPERYR 12 |
#define TB_MSPERSEC 1000 |
#define TB_NSPERMS 1000000 |
#define TB_NSPERSEC 1000000000 |
#define TB_NSPERUS 1000 |
#define TB_REQ 250 |
#define TB_SECSPERDAY (TB_SECSPERMIN*TB_MINSPERHR*TB_HRSPERDAY) |
#define TB_SECSPERMIN 60 |
#define TB_SECSPERNYR (365*TB_SECSPERDAY) |
#define TB_SUCCESSFUL 0 |
#define TB_USPERSEC 1000000 |
#define TB_USPERTICK 10000 |
unsigned int nanosleep | ( | struct timespec * | tb | ) |
time_t time | ( | time_t * | timer | ) |