Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
611 struct signal_struct { struct612 atomic_t sigcnt;613 atomic_t live;614 int nr_threads;615 struct list_head thread_head;617 wait_queue_head_t wait_chldexit; /* for wait4() */620 struct task_struct *curr_target;623 struct sigpending shared_pending;626 int group_exit_code;632 int notify_count;[all …]