Lines Matching defs:timer_obj
801 struct timer_obj struct
803 struct rt_ktime_hrtimer hrtimer;
804 void (*sigev_notify_func)(union sigval val);
805 union sigval val;
806 struct timespec interval; /* Reload value */
807 struct timespec value; /* Reload value */
808 unsigned long reload; /* Reload value in ms */
809 rt_uint32_t status;
810 int sigev_signo;
811 clockid_t clockid;
812 timer_t timer_id;
814 pid_t pid;
815 struct rt_work *work;
816 rt_list_t lwp_node;