Man page 9 : struct_thread_group_cputimer
"STRUCT THREAD_GROUP_" "9" "August 2013" "Kernel Hackers Manual 3.10" "Driver Basics"
Page d'accueil du man
Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian , Linux Kernel et du projet Perkamon .
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Article lu fois.
1. NAME▲
struct_thread_group_cputimer - thread group interval timer counts
2. SYNOPSIS ▲
struct
thread_group_cputimer {
struct
task_cputime cputime;
int
running;
raw_spinlock_t lock;
}
;
3. MEMBERS ▲
cputime thread group interval timers.
running non-zero when there are timers running and cputime receives updates.
lock lock for fields in this struct.
4. DESCRIPTION ▲
This structure contains the version of task_cputime, above, that is used for thread group CPU timer calculations.
5. COPYRIGHT ▲
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.