Searched defs:signal_struct (Results 1 – 2 of 2) sorted by relevance
5747 struct signal_struct { struct5748 refcount_t sigcnt;5749 atomic_t live;5750 int nr_threads;5751 int quick_threads;5752 struct list_head thread_head;5753 wait_queue_head_t wait_chldexit;5754 struct task_struct *curr_target;5755 struct sigpending shared_pending;5756 struct hlist_head multiprocess;[all …]
5364 struct signal_struct { struct5365 refcount_t sigcnt;5366 atomic_t live;5367 int nr_threads;5368 int quick_threads;5369 struct list_head thread_head;5370 wait_queue_head_t wait_chldexit;5371 struct task_struct *curr_target;5372 struct sigpending shared_pending;5373 struct hlist_head multiprocess;[all …]