Linux Kernel
3.7.1
|
Data Fields | |
unsigned long | nr |
unsigned long | pid |
char | comm [COMM_LEN] |
unsigned long | nr_events |
unsigned long | curr_event |
struct sched_atom ** | atoms |
pthread_t | thread |
sem_t | sleep_sem |
sem_t | ready_for_work |
sem_t | work_done_sem |
u64 | cpu_usage |
Definition at line 34 of file builtin-sched.c.
struct sched_atom** atoms |
Definition at line 41 of file builtin-sched.c.
Definition at line 37 of file builtin-sched.c.
u64 cpu_usage |
Definition at line 49 of file builtin-sched.c.
unsigned long curr_event |
Definition at line 40 of file builtin-sched.c.
unsigned long nr |
Definition at line 35 of file builtin-sched.c.
unsigned long nr_events |
Definition at line 39 of file builtin-sched.c.
Definition at line 36 of file builtin-sched.c.
sem_t ready_for_work |
Definition at line 46 of file builtin-sched.c.
sem_t sleep_sem |
Definition at line 44 of file builtin-sched.c.
pthread_t thread |
Definition at line 43 of file builtin-sched.c.
sem_t work_done_sem |
Definition at line 47 of file builtin-sched.c.