函数源码 |
Source File:kernel\time\posix-timers.c |
Create Date:2022-07-27 11:46:07 |
首页 | Copyright©Brick |
211 212 213 214 215 216 | static int posix_get_monotonic_coarse(clockid_t which_clock, struct timespec64 *tp) { ktime_get_coarse_ts64(tp); return 0; } |