Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
84 struct signal_struct { struct85 atomic_t sigcnt;86 atomic_t live;87 int nr_threads;88 struct list_head thread_head;90 wait_queue_head_t wait_chldexit; /* for wait4() */93 struct task_struct *curr_target;96 struct sigpending shared_pending;99 struct hlist_head multiprocess;102 int group_exit_code;[all …]