Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
94 struct signal_struct { struct95 refcount_t sigcnt;96 atomic_t live;97 int nr_threads;98 int quick_threads;99 struct list_head thread_head;101 wait_queue_head_t wait_chldexit; /* for wait4() */104 struct task_struct *curr_target;107 struct sigpending shared_pending;110 struct hlist_head multiprocess;[all …]