xref
: /
DragonOS
/
kernel
/
src
/
common
/
time.h
(revision 8d72b68da9339ec97e1b8929bcf2946f0fd83cd5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
3
#
include
"
stddef.h
"
4
5
// 操作系统定义时间以ns为单位
6
#
define
CLOCKS_PER_SEC
1000000
7