Lines Matching defs:tim50
61 clock_settime(clockid_t clockid, const struct timespec50 * tim50)
66 if (tim50)
67 timespec50_to_timespec(tim50, timp = &tim);
77 clock_gettime(clockid_t clockid, struct timespec50 *tim50)
79 struct timespec tim, *timp = tim50 ? &tim : NULL;
83 if (tim50)
84 timespec_to_timespec50(timp, tim50);
89 clock_getres(clockid_t clockid, struct timespec50 *tim50)
91 struct timespec tim, *timp = tim50 ? &tim : NULL;
95 if (tim50)
96 timespec_to_timespec50(timp, tim50);