File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ CLOCK_MONOTONIC_RAW
2
+ CLOCK_MONOTONIC_RAW_APPROX
3
+ CLOCK_UPTIME_RAW
4
+ CLOCK_UPTIME_RAW_APPROX
1
5
clock_settime
2
6
memmem
3
7
task_set_info
Original file line number Diff line number Diff line change @@ -2694,7 +2694,11 @@ pub const ABMON_11: ::nl_item = 43;
2694
2694
pub const ABMON_12 : :: nl_item = 44 ;
2695
2695
2696
2696
pub const CLOCK_REALTIME : :: clockid_t = 0 ;
2697
+ pub const CLOCK_MONOTONIC_RAW : :: clockid_t = 4 ;
2698
+ pub const CLOCK_MONOTONIC_RAW_APPROX : :: clockid_t = 5 ;
2697
2699
pub const CLOCK_MONOTONIC : :: clockid_t = 6 ;
2700
+ pub const CLOCK_UPTIME_RAW : :: clockid_t = 8 ;
2701
+ pub const CLOCK_UPTIME_RAW_APPROX : :: clockid_t = 9 ;
2698
2702
pub const CLOCK_PROCESS_CPUTIME_ID : :: clockid_t = 12 ;
2699
2703
pub const CLOCK_THREAD_CPUTIME_ID : :: clockid_t = 16 ;
2700
2704
You can’t perform that action at this time.
0 commit comments