Searched defs:signal_struct (Results 1 – 11 of 11) sorted by relevance
4225 struct signal_struct { struct4226 refcount_t sigcnt;4227 atomic_t live;4228 int nr_threads;4229 int quick_threads;4230 struct list_head thread_head;4231 wait_queue_head_t wait_chldexit;4232 struct task_struct *curr_target;4233 struct sigpending shared_pending;4234 struct hlist_head multiprocess;[all …]
2623 struct signal_struct { struct2624 refcount_t sigcnt;2625 atomic_t live;2626 int nr_threads;2627 int quick_threads;2628 struct list_head thread_head;2629 wait_queue_head_t wait_chldexit;2630 struct task_struct *curr_target;2631 struct sigpending shared_pending;2632 struct hlist_head multiprocess;[all …]
2590 struct signal_struct { struct2591 refcount_t sigcnt;2592 atomic_t live;2593 int nr_threads;2594 struct list_head thread_head;2595 wait_queue_head_t wait_chldexit;2596 struct task_struct *curr_target;2597 struct sigpending shared_pending;2598 struct hlist_head multiprocess;2599 int group_exit_code;[all …]
2819 struct signal_struct { struct2820 refcount_t sigcnt;2821 atomic_t live;2822 int nr_threads;2823 struct list_head thread_head;2824 wait_queue_head_t wait_chldexit;2825 struct task_struct *curr_target;2826 struct sigpending shared_pending;2827 struct hlist_head multiprocess;2828 int group_exit_code;[all …]
1708 struct signal_struct { struct1709 refcount_t sigcnt;1710 atomic_t live;1711 int nr_threads;1712 struct list_head thread_head;1713 wait_queue_head_t wait_chldexit;1714 struct task_struct *curr_target;1715 struct sigpending shared_pending;1716 struct hlist_head multiprocess;1717 int group_exit_code;[all …]
2544 struct signal_struct { struct2545 refcount_t sigcnt;2546 atomic_t live;2547 int nr_threads;2548 int quick_threads;2549 struct list_head thread_head;2550 wait_queue_head_t wait_chldexit;2551 struct task_struct *curr_target;2552 struct sigpending shared_pending;2553 struct hlist_head multiprocess;[all …]