Linux Kernel
3.7.1
|
#include <posix-timers.h>
Data Fields | |
struct list_head | entry |
union cpu_time_count expires | incr |
struct task_struct * | task |
int | firing |
Definition at line 15 of file posix-timers.h.
Definition at line 16 of file posix-timers.h.
int firing |
Definition at line 19 of file posix-timers.h.
union cpu_time_count expires incr |
Definition at line 17 of file posix-timers.h.
struct task_struct* task |
Definition at line 18 of file posix-timers.h.