Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
thread_group_cputimer Struct Reference

#include <sched.h>

Data Fields

struct task_cputime cputime
 
int running
 
raw_spinlock_t lock
 

Detailed Description

struct thread_group_cputimer - thread group interval timer counts : thread group interval timers. : non-zero when there are timers running and receives updates. : lock for fields in this struct.

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

Definition at line 483 of file sched.h.

Field Documentation

Definition at line 484 of file sched.h.

Definition at line 486 of file sched.h.

int running

Definition at line 485 of file sched.h.


The documentation for this struct was generated from the following file: