Home
last modified time | relevance | path

Searched defs:signal_struct (Results 1 – 1 of 1) sorted by relevance

/include/linux/sched/
Dsignal.h79 struct signal_struct { struct
80 atomic_t sigcnt;
81 atomic_t live;
82 int nr_threads;
83 struct list_head thread_head;
85 wait_queue_head_t wait_chldexit; /* for wait4() */
88 struct task_struct *curr_target;
91 struct sigpending shared_pending;
94 int group_exit_code;
100 int notify_count;
[all …]