Home
last modified time | relevance | path

Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dposix-timers.h56 struct k_itimer { struct
57 struct list_head list; /* free/ allocate list */
58 spinlock_t it_lock;
59 clockid_t it_clock; /* which timer type */
60 timer_t it_id; /* timer id */
61 int it_overrun; /* overrun on pending signal */
62 int it_overrun_last; /* overrun on last delivered signal */
63 int it_requeue_pending; /* waiting to requeue this timer */
65 int it_sigev_notify; /* notify word of sigevent struct */
66 struct signal_struct *it_signal;
[all …]