Query: struct_thread_group_cputimer
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTTHREAD_GROUP_(9) Driver Basics STRUCT THREAD_GROUP_(9)NAMEstruct_thread_group_cputimer - thread group interval timer countsSYNOPSISstruct thread_group_cputimer { struct task_cputime cputime; int running; spinlock_t lock; };MEMBERScputime thread group interval timers. running non-zero when there are timers running and cputime receives updates. lock lock for fields in this struct.DESCRIPTIONThis structure contains the version of task_cputime, above, that is used for thread group CPU timer calculations.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT THREAD_GROUP_(9)