--- Gnu-Mach/kern/thread.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/kern/thread.h 2020/09/02 04:41:17 1.1.1.2 @@ -195,6 +195,9 @@ struct thread { unsigned int cpu_delta; /* cpu usage since last update */ unsigned int sched_delta; /* weighted cpu usage since update */ + /* Creation time stamp */ + time_value_t creation_time; + /* Time-outs */ timer_elt_data_t timer; /* timer for thread */ timer_elt_data_t depress_timer; /* timer for priority depression */