Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
526 struct signal_struct { struct527 atomic_t sigcnt;528 atomic_t live;529 int nr_threads;531 wait_queue_head_t wait_chldexit; /* for wait4() */534 struct task_struct *curr_target;537 struct sigpending shared_pending;540 int group_exit_code;546 int notify_count;547 struct task_struct *group_exit_task;[all …]