Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
653 struct signal_struct { struct654 atomic_t sigcnt;655 atomic_t live;656 int nr_threads;657 struct list_head thread_head;659 wait_queue_head_t wait_chldexit; /* for wait4() */662 struct task_struct *curr_target;665 struct sigpending shared_pending;668 int group_exit_code;674 int notify_count;[all …]