We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd76cd commit 85f2502Copy full SHA for 85f2502
src/unix/redox/mod.rs
@@ -819,6 +819,8 @@ pub const __WCLONE: ::c_int = 0x8000_0000;
819
// time.h
820
pub const CLOCK_REALTIME: ::c_int = 1;
821
pub const CLOCK_MONOTONIC: ::c_int = 4;
822
+pub const CLOCK_PROCESS_CPUTIME_ID: ::clockid_t = 2;
823
+pub const CLOCKS_PER_SEC: ::clock_t = 1_000_000;
824
825
// unistd.h
826
// POSIX.1 {
0 commit comments