Lines Matching defs:timp
63 struct timespec tim, *timp;
67 timespec50_to_timespec(tim50, timp = &tim);
69 timp = NULL;
70 error = __clock_settime50(clockid, timp);
79 struct timespec tim, *timp = tim50 ? &tim : NULL;
80 int error = __clock_gettime50(clockid, timp);
84 timespec_to_timespec50(timp, tim50);
91 struct timespec tim, *timp = tim50 ? &tim : NULL;
92 int error = __clock_getres50(clockid, timp);
96 timespec_to_timespec50(timp, tim50);