Re: [PATCH 02/10 v2] posix-timers: Remove dead process posix cpu timers caching

2013-12-10 Thread KOSAKI Motohiro
(12/9/2013 12:58 PM), Frederic Weisbecker wrote: > Now that we removed dead thread posix cpu timers caching, > lets remove the dead process wide version. This caching > is similar to the per thread version but it should be even > more rare: > > * If the process id dead, we are not reading its

Re: [PATCH 02/10 v2] posix-timers: Remove dead process posix cpu timers caching

2013-12-10 Thread KOSAKI Motohiro
(12/9/2013 12:58 PM), Frederic Weisbecker wrote: Now that we removed dead thread posix cpu timers caching, lets remove the dead process wide version. This caching is similar to the per thread version but it should be even more rare: * If the process id dead, we are not reading its timers

[PATCH 02/10 v2] posix-timers: Remove dead process posix cpu timers caching

2013-12-09 Thread Frederic Weisbecker
Now that we removed dead thread posix cpu timers caching, lets remove the dead process wide version. This caching is similar to the per thread version but it should be even more rare: * If the process id dead, we are not reading its timers status from a thread belonging to its group since they

[PATCH 02/10 v2] posix-timers: Remove dead process posix cpu timers caching

2013-12-09 Thread Frederic Weisbecker
Now that we removed dead thread posix cpu timers caching, lets remove the dead process wide version. This caching is similar to the per thread version but it should be even more rare: * If the process id dead, we are not reading its timers status from a thread belonging to its group since they