xref
: /
DragonOS
/
kernel
/
src
/
common
/
time.h
(revision fae6e9ade46a52976ad5d099643d51cc20876448)
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