Searched defs:signal_struct (Results 1 – 2 of 2) sorted by relevance
82 struct signal_struct { struct83 refcount_t sigcnt;84 atomic_t live;85 int nr_threads;86 struct list_head thread_head;88 wait_queue_head_t wait_chldexit; /* for wait4() */91 struct task_struct *curr_target;94 struct sigpending shared_pending;97 struct hlist_head multiprocess;100 int group_exit_code;[all …]
84 struct signal_struct { struct85 atomic_t sigcnt;86 atomic_t live;87 int nr_threads;88 struct list_head thread_head;90 wait_queue_head_t wait_chldexit; /* for wait4() */93 struct task_struct *curr_target;96 struct sigpending shared_pending;99 struct hlist_head multiprocess;102 int group_exit_code;[all …]