Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h2352 struct signal_struct { struct
2353 refcount_t sigcnt;
2354 atomic_t live;
2355 int nr_threads;
2356 struct list_head thread_head;
2357 wait_queue_head_t wait_chldexit;
2358 struct task_struct *curr_target;
2359 struct sigpending shared_pending;
2360 struct hlist_head multiprocess;
2361 int group_exit_code;
[all …]
Dvmlinux.h2352 struct signal_struct { struct
2353 refcount_t sigcnt;
2354 atomic_t live;
2355 int nr_threads;
2356 struct list_head thread_head;
2357 wait_queue_head_t wait_chldexit;
2358 struct task_struct *curr_target;
2359 struct sigpending shared_pending;
2360 struct hlist_head multiprocess;
2361 int group_exit_code;
[all …]
/external/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 …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h2228 struct signal_struct { struct
2229 refcount_t sigcnt;
2230 atomic_t live;
2231 int nr_threads;
2232 struct list_head thread_head;
2233 wait_queue_head_t wait_chldexit;
2234 struct task_struct *curr_target;
2235 struct sigpending shared_pending;
2236 struct hlist_head multiprocess;
2237 int group_exit_code;
[all …]
Dvmlinux_510.h2228 struct signal_struct { struct
2229 refcount_t sigcnt;
2230 atomic_t live;
2231 int nr_threads;
2232 struct list_head thread_head;
2233 wait_queue_head_t wait_chldexit;
2234 struct task_struct *curr_target;
2235 struct sigpending shared_pending;
2236 struct hlist_head multiprocess;
2237 int group_exit_code;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h7618 struct signal_struct { struct
7619 refcount_t sigcnt;
7620 atomic_t live;
7621 int nr_threads;
7622 struct list_head thread_head;
7623 wait_queue_head_t wait_chldexit;
7624 struct task_struct *curr_target;
7625 struct sigpending shared_pending;
7626 struct hlist_head multiprocess;
7627 int group_exit_code;
[all …]
Dvmlinux_505.h7618 struct signal_struct { struct
7619 refcount_t sigcnt;
7620 atomic_t live;
7621 int nr_threads;
7622 struct list_head thread_head;
7623 wait_queue_head_t wait_chldexit;
7624 struct task_struct *curr_target;
7625 struct sigpending shared_pending;
7626 struct hlist_head multiprocess;
7627 int group_exit_code;
[all …]