Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
528 struct signal_struct { struct529 atomic_t sigcnt;530 atomic_t live;531 int nr_threads;533 wait_queue_head_t wait_chldexit; /* for wait4() */536 struct task_struct *curr_target;539 struct sigpending shared_pending;542 int group_exit_code;548 int notify_count;549 struct task_struct *group_exit_task;[all …]