FreeBSD kernel kern code
thread_domain_data Struct Reference

Data Fields

struct thread * tdd_zombies
 
int tdd_reapticks
 

Detailed Description

Definition at line 136 of file kern_thread.c.

Field Documentation

◆ tdd_reapticks

int thread_domain_data::tdd_reapticks

Definition at line 138 of file kern_thread.c.

Referenced by thread_reap_callout_cb(), and thread_reap_domain().

◆ tdd_zombies

struct thread* thread_domain_data::tdd_zombies

Definition at line 137 of file kern_thread.c.

Referenced by thread_reap_callout_cb(), thread_reap_domain(), and thread_zombie().


The documentation for this struct was generated from the following file: