Name

struct thread_group_cputimer — thread group interval timer counts

Synopsis

struct thread_group_cputimer {
  struct task_cputime_atomic cputime_atomic;
  int running;
};  

Members

cputime_atomic

atomic thread group interval timers.

running

non-zero when there are timers running and cputime receives updates.

Description

This structure contains the version of task_cputime, above, that is used for thread group CPU timer calculations.