Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h2285 struct signal_struct { struct
2286 refcount_t sigcnt;
2287 atomic_t live;
2288 int nr_threads;
2289 struct list_head thread_head;
2290 wait_queue_head_t wait_chldexit;
2291 struct task_struct *curr_target;
2292 struct sigpending shared_pending;
2293 struct hlist_head multiprocess;
2294 int group_exit_code;
[all …]