Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dsignal.h66 struct thread_group_cputimer { struct
67 struct task_cputime_atomic cputime_atomic;
68 bool running;
69 bool checking_timer;
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c212 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer() function