Expand description
This module provides the libc
types for Time (time management).
MUSL: https://github.com/bminor/musl/blob/c47ad25ea3b484e10326f933e927c0bc8cded3da/include/sys/time.h
Structs§
- ITimer
Val - 定时器结构体,表示间隔和当前值(对应 C 语言中的
struct itimerval
)