Home
last modified time | relevance | path

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

/include/linux/
Dsched.h475 struct signal_struct { struct
476 atomic_t sigcnt;
477 atomic_t live;
478 int nr_threads;
479 struct list_head thread_head;
481 wait_queue_head_t wait_chldexit; /* for wait4() */
484 struct task_struct *curr_target;
487 struct sigpending shared_pending;
490 int group_exit_code;
496 int notify_count;
[all …]