Re: [PATCH gnumach] Track task and thread time using time_value64_t.
On Mon, Mar 13, 2023 at 3:41 PM Samuel Thibault wrote: > Hello, > > Flavio Cruz, le lun. 13 mars 2023 01:42:12 -0400, a ecrit: > > @@ -854,21 +849,22 @@ kern_return_t task_info( > > task_thread_times_info_t times_info; > > thread_tthread; > > > > -
Re: [PATCH gnumach] Track task and thread time using time_value64_t.
Hello, Flavio Cruz, le lun. 13 mars 2023 01:42:12 -0400, a ecrit: > @@ -854,21 +849,22 @@ kern_return_t task_info( > task_thread_times_info_t times_info; > thread_tthread; > > - if (*task_info_count < TASK_THREAD_TIMES_INFO_COUNT) { > +