Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
80 struct signal_struct { struct81 refcount_t sigcnt;82 atomic_t live;83 int nr_threads;84 struct list_head thread_head;86 wait_queue_head_t wait_chldexit; /* for wait4() */89 struct task_struct *curr_target;92 struct sigpending shared_pending;95 struct hlist_head multiprocess;98 int group_exit_code;[all …]