Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.5/user/apps/test_signal/
Dmain.c44 if ((clock() - last) / CLOCKS_PER_SEC >= 1) in main()
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Dtime.md20 ``#define CLOCKS_PER_SEC 1000000`` 每一秒有1000000个时刻(纳秒)
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dtime.h10 #define CLOCKS_PER_SEC 1000000 macro
/DragonOS-0.1.5/kernel/src/common/
Dtime.h6 #define CLOCKS_PER_SEC 1000000 macro