Searched defs:signal_struct (Results 1 – 1 of 1) 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 …]