Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
685 struct signal_struct { struct686 atomic_t sigcnt;687 atomic_t live;688 int nr_threads;689 struct list_head thread_head;691 wait_queue_head_t wait_chldexit; /* for wait4() */694 struct task_struct *curr_target;697 struct sigpending shared_pending;700 int group_exit_code;706 int notify_count;[all …]