RetroArch
|
Go to the source code of this file.
Macros | |
#define | TB_TIMER_CLOCK (TB_BUS_CLOCK/4000) |
#define | TB_MSPERSEC 1000 |
#define | TB_USPERSEC 1000000 |
#define | TB_NSPERSEC 1000000000 |
#define | TB_NSPERMS 1000000 |
#define | TB_NSPERUS 1000 |
#define | TB_USPERTICK 10000 |
#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) |
Functions | |
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_SECSPERDAY (TB_SECSPERMIN*TB_MINSPERHR*TB_HRSPERDAY) |
#define TB_SECSPERMIN 60 |
#define TB_SECSPERNYR (365*TB_SECSPERDAY) |
#define TB_TIMER_CLOCK (TB_BUS_CLOCK/4000) |
#define TB_USPERSEC 1000000 |
#define TB_USPERTICK 10000 |
int nanosleep | ( | struct timespec * | tb | ) |