函数 | |
int | SysUtime (const char *path, const struct utimbuf *ptimes) |
time_t | SysTime (time_t *tloc) |
int | SysSetiTimer (int which, const struct itimerval *value, struct itimerval *ovalue) |
int | SysGetiTimer (int which, struct itimerval *value) |
int | SysTimerCreate (clockid_t clockID, struct ksigevent *evp, timer_t *timerID) |
int | SysTimerGettime (timer_t timerID, struct itimerspec *value) |
int | SysTimerSettime (timer_t timerID, int flags, const struct itimerspec *value, struct itimerspec *oldValue) |
int | SysTimerGetoverrun (timer_t timerID) |
int | SysTimerDelete (timer_t timerID) |
int | SysClockSettime (clockid_t clockID, const struct timespec *tp) |
int | SysClockGettime (clockid_t clockID, struct timespec *tp) |
获取系统时间 更多... | |
int | SysClockGetres (clockid_t clockID, struct timespec *tp) |
int | SysClockNanoSleep (clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) |
int | SysNanoSleep (const struct timespec *rqtp, struct timespec *rmtp) |
clock_t | SysTimes (struct tms *buf) |
int | SysClockSettime64 (clockid_t clockID, const struct timespec64 *tp) |
int | SysClockGettime64 (clockid_t clockID, struct timespec64 *tp) |
int | SysClockGetres64 (clockid_t clockID, struct timespec64 *tp) |
int | SysClockNanoSleep64 (clockid_t clk, int flags, const struct timespec64 *req, struct timespec64 *rem) |
int | SysTimerGettime64 (timer_t timerID, struct itimerspec64 *value) |
int | SysTimerSettime64 (timer_t timerID, int flags, const struct itimerspec64 *value, struct itimerspec64 *oldValue) |
int SysClockGetres | ( | clockid_t | clockID, |
struct timespec * | tp | ||
) |
在文件 time_syscall.c 第 308 行定义.
int SysClockGetres64 | ( | clockid_t | clockID, |
struct timespec64 * | tp | ||
) |
int SysClockGettime | ( | clockid_t | clockID, |
struct timespec * | tp | ||
) |
获取系统时间
在文件 time_syscall.c 第 285 行定义.
int SysClockGettime64 | ( | clockid_t | clockID, |
struct timespec64 * | tp | ||
) |
int SysClockNanoSleep | ( | clockid_t | clk, |
int | flags, | ||
const struct timespec * | req, | ||
struct timespec * | rem | ||
) |
在文件 time_syscall.c 第 331 行定义.
int SysClockNanoSleep64 | ( | clockid_t | clk, |
int | flags, | ||
const struct timespec64 * | req, | ||
struct timespec64 * | rem | ||
) |
int SysClockSettime | ( | clockid_t | clockID, |
const struct timespec * | tp | ||
) |
int SysClockSettime64 | ( | clockid_t | clockID, |
const struct timespec64 * | tp | ||
) |
int SysNanoSleep | ( | const struct timespec * | rqtp, |
struct timespec * | rmtp | ||
) |
在文件 time_syscall.c 第 108 行定义.
time_t SysTime | ( | time_t * | tloc | ) |
在文件 time_syscall.c 第 160 行定义.
int SysTimerDelete | ( | timer_t | timerID | ) |
int SysTimerGetoverrun | ( | timer_t | timerID | ) |
int SysTimerGettime | ( | timer_t | timerID, |
struct itimerspec * | value | ||
) |
int SysTimerGettime64 | ( | timer_t | timerID, |
struct itimerspec64 * | value | ||
) |
int SysTimerSettime | ( | timer_t | timerID, |
int | flags, | ||
const struct itimerspec * | value, | ||
struct itimerspec * | oldValue | ||
) |
在文件 time_syscall.c 第 212 行定义.
int SysTimerSettime64 | ( | timer_t | timerID, |
int | flags, | ||
const struct itimerspec64 * | value, | ||
struct itimerspec64 * | oldValue | ||
) |
clock_t SysTimes | ( | struct tms * | buf | ) |
int SysUtime | ( | const char * | path, |
const struct utimbuf * | ptimes | ||
) |
在文件 time_syscall.c 第 45 行定义.