Searched defs:signal_struct (Results 1 – 7 of 7) sorted by relevance
2352 struct signal_struct { struct2353 refcount_t sigcnt;2354 atomic_t live;2355 int nr_threads;2356 struct list_head thread_head;2357 wait_queue_head_t wait_chldexit;2358 struct task_struct *curr_target;2359 struct sigpending shared_pending;2360 struct hlist_head multiprocess;2361 int group_exit_code;[all …]
3988 struct signal_struct { struct3989 refcount_t sigcnt;3990 atomic_t live;3991 int nr_threads;3992 struct list_head thread_head;3993 wait_queue_head_t wait_chldexit;3994 struct task_struct *curr_target;3995 struct sigpending shared_pending;3996 struct hlist_head multiprocess;3997 int group_exit_code;[all …]
2228 struct signal_struct { struct2229 refcount_t sigcnt;2230 atomic_t live;2231 int nr_threads;2232 struct list_head thread_head;2233 wait_queue_head_t wait_chldexit;2234 struct task_struct *curr_target;2235 struct sigpending shared_pending;2236 struct hlist_head multiprocess;2237 int group_exit_code;[all …]
7618 struct signal_struct { struct7619 refcount_t sigcnt;7620 atomic_t live;7621 int nr_threads;7622 struct list_head thread_head;7623 wait_queue_head_t wait_chldexit;7624 struct task_struct *curr_target;7625 struct sigpending shared_pending;7626 struct hlist_head multiprocess;7627 int group_exit_code;[all …]