Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h3988 struct signal_struct { struct
3989 refcount_t sigcnt;
3990 atomic_t live;
3991 int nr_threads;
3992 struct list_head thread_head;
3993 wait_queue_head_t wait_chldexit;
3994 struct task_struct *curr_target;
3995 struct sigpending shared_pending;
3996 struct hlist_head multiprocess;
3997 int group_exit_code;
[all …]