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
15clock_settime
26memmem
37task_set_info
Original file line number Diff line number Diff line change @@ -2694,7 +2694,11 @@ pub const ABMON_11: ::nl_item = 43;
26942694pub const ABMON_12 : :: nl_item = 44 ;
26952695
26962696pub 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 ;
26972699pub 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 ;
26982702pub const CLOCK_PROCESS_CPUTIME_ID : :: clockid_t = 12 ;
26992703pub const CLOCK_THREAD_CPUTIME_ID : :: clockid_t = 16 ;
27002704
You can’t perform that action at this time.
0 commit comments