Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsched.h611 struct signal_struct { struct
612 atomic_t sigcnt;
613 atomic_t live;
614 int nr_threads;
615 struct list_head thread_head;
617 wait_queue_head_t wait_chldexit; /* for wait4() */
620 struct task_struct *curr_target;
623 struct sigpending shared_pending;
626 int group_exit_code;
632 int notify_count;
[all …]