Re: [PATCH] posix-cpu-timers: clock_gettime(CLOCK_THREAD_CPUTIME_ID)goes backward

From: Hidetoshi Seto
Date: Thu Dec 25 2008 - 19:07:30 EST


Ingo Molnar wrote:
> ok - the issue is real, but there's a few implementational details. Did
> you know about task_delta_exec()? This new function duplicates that
> function's behavior - and task_delta_exec() is already used by posix
> task/cpu timers.
>
> I find your new task_total_exec() interface better (it's easier to use),
> could you have a look at eliminating task_delta_exec() users and migrating
> them over to task_total_exec()?

Yes. There are only 2 users (clock_gettime() on thread timer and that on
process timer), so I'll post new patch with better description soon.

Thanks,
H.Seto

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/