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