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 …]
93 struct signal_struct { struct94 refcount_t sigcnt;95 atomic_t live;96 int nr_threads;97 int quick_threads;98 struct list_head thread_head;100 wait_queue_head_t wait_chldexit; /* for wait4() */103 struct task_struct *curr_target;106 struct sigpending shared_pending;109 struct hlist_head multiprocess;[all …]