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