Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance
379 struct signal_struct { struct380 atomic_t count;381 atomic_t live;383 wait_queue_head_t wait_chldexit; /* for wait4() */386 struct task_struct *curr_target;389 struct sigpending shared_pending;392 int group_exit_code;398 struct task_struct *group_exit_task;399 int notify_count;402 int group_stop_count;[all …]